Email Delivery
Config | Type | Default | Description |
---|---|---|---|
c.chnl[#].dst.smtp.server |
integer | 1 |
Which SMTP global server (1 or 2) |
c.chnl[#].dst.smtp.emailto |
string | '' |
Semicolon delimited list of email addresses to send data to. |
c.chnl[#].dst.smtp.filename |
string | 'channel1.dat' |
Filename to use for attaching the data to the email. '<body>' or '<body>SUBJECTLINETEXT' will trigger it to send within the body and not as an attached file ( #Firmware/v282 ). |
c.chnl[#].dst.smtp.inlinetitle |
string | 'Data' |
(optional) Changes title when data is embedded within the body of the email #Firmware/v282 |
c.chnl[#].dst.smtp.compress |
integer | 0 |
Set to 1 to zlib compress |
c.chnl[#].dst.smtp.sendinfo |
integer | 1 |
Set to 1 to attach the info tree |
c.chnl[#].dst.smtp.skiptable |
integer | 0 |
(optional) Set to 1 to skip the summary table in the email. Useful with the '<body>...' special filename. #Firmware/v282 |
Ensure that the global SMTP Server settings have been configured.