Email Servers
Config | Type | Default | Description |
---|---|---|---|
c.smtp[#].name |
string | 'SMTP1' |
The display name of the SMTP service. |
c.smtp[#].address |
string | '' |
The IP address, or name, of the SMTP server. |
c.smtp[#].intf |
string | 'L' |
The interface to connect to this SMTP server on. The substring “L” denotes “LAN”, while “M” denotes “Modem”. e.g. “LM” = LAN first, then Modem on fail. e.g. “ML” = Modem first, then LAN on fail. e.g. “M” = modem only. |
c.smtp[#].port |
integer | 25 |
The TCP/IP port number to connect to the SMTP server on. |
c.smtp[#].ssl |
string | '' |
Whether to connect with SSL encryption. “e” = explicit SSL (i.e. Connect plain first then negotiate up), “i” = implicit SSL (i.e. The listening port on the SMTP server must negotiate SSL first). Blank = plain. |
c.smtp[#].domain |
string | '' |
The domain name to log in with. |
c.smtp[#].user |
string | '' |
The username to use – if authentication is needed for the SMTP server. |
c.smtp[#].pass |
string | '' |
The password to use – if authentication is needed for the SMTP server. |
c.smtp[#].limit |
integer | 1024 |
The data limit for this SMTP server. Specified in kilobytes. |