| emailserver |
Integer |
The type of mail server you want to use. |
- Local PHP Mailer - 1
- SMTP - 2
|
|
| smtpfrom |
String |
SMTP From Email. |
Valid email. |
|
| smtpserver |
String |
SMTP Host. |
|
|
| smtpport |
String |
SMTP Port. |
|
|
| smtpusername |
String |
SMTP Username. |
|
|
| smtppassword |
String |
SMTP Password. |
|
|
| smtpsecure |
String |
SMTP encryption protocol. |
- None - (blank)
- SSL - ssl
- TLS - tls
|
|
| emailaddress |
String |
Email addresses that notifications will be sent to. |
|
|
| global |
Boolean |
Whether to receive notifications on a global issue such as failed license validations and many more. |
|
|
| restore |
Boolean |
Whether to notify for each restore complete. |
|
|
| backup |
Boolean |
Whether to notify for each backup that finish. |
|
|
| snapshots |
Boolean |
Whether to notify for each snapshot that finish. |
|
|
| clone |
Boolean |
Whether to notify for each clone that finish. |
|
|
| index |
Boolean |
Whether to notify for each backups index process is finished. |
|
|
| download |
Boolean |
Whether to notify for each download process that finish. |
|
|
| dailycron |
Boolean |
Whether to notify me after daily cron finish (Full report is included). |
|
|
| alerts |
Integer |
Notify me on alerts in the selected types. |
- Information - 32
- Warning - 64
- Critical - 128
|
|
| verifyssl |
Boolean |
Whether to enable SSL verification on SMTP connection. |
|
|
| timout |
Integer |
SMTP Authentication connection timeout in seconds. |
|
|