См. определение в файле sender.php строка 12
◆ add()
static add |
( |
array | $fields | ) |
|
|
static |
◆ applyCustomSmtp()
static applyCustomSmtp |
( |
| $event | ) |
|
|
static |
◆ checkEmail()
Check smtp connection
- Аргументы
-
| $fields | |
null | $error | |
Main\ErrorCollection | null | $errors | |
См. определение в файле sender.php строка 84
◆ clearCustomSmtpCache()
static clearCustomSmtpCache |
( |
| $email | ) |
|
|
static |
◆ confirm()
◆ delete()
◆ getCustomSmtp()
static getCustomSmtp |
( |
| $email | ) |
|
|
static |
◆ getEmailLimit()
static getEmailLimit |
( |
| $email | ) |
|
|
static |
get sending limit by email, returns null if no limit.
- Аргументы
-
- Возвращает
- int|null
- Исключения
-
ArgumentException
- Исключения
-
ObjectPropertyException
- Исключения
-
SystemException
См. определение в файле sender.php строка 311
◆ prepareUserMailboxes()
static prepareUserMailboxes |
( |
| $userId = null | ) |
|
|
static |
◆ removeEmailLimit()
static removeEmailLimit |
( |
string | $email | ) |
|
|
static |
Remove limit from all connected senders.
- Аргументы
-
- Возвращает
- bool
- Исключения
-
ArgumentException
- Исключения
-
ObjectPropertyException
- Исключения
-
SystemException
См. определение в файле sender.php строка 430
◆ setEmailLimit()
static setEmailLimit |
( |
string | $email, |
|
|
int | $limit, |
|
|
bool | $quite = true ) |
|
static |
Set sender limit by email. Finding all senders with same email and set up limit from option Returns true if change some email limit. Returns false if has no changes.
- Аргументы
-
- Возвращает
- bool
- Исключения
-
ArgumentException
- Исключения
-
ObjectPropertyException
- Исключения
-
SystemException
См. определение в файле sender.php строка 373
◆ MAIN_SENDER_SMTP_LIMIT_DECREASE
const MAIN_SENDER_SMTP_LIMIT_DECREASE = 'MainSenderSmtpLimitDecrease' |