MLB-G3002 Terminal User Guide 45 Rev 1.1
Multiple settings can be given separated by "\0d\0a" sequences within the string, do not
put them at the end.
Possible 'key' values are defined at HTTP/1.1 Standard RFC 2616.
Email sender address, i.e. "MAIL FROM" address (string).
Length: 6...254
A valid address parameter consists of local part and domain name delimited by a '@'
character, e.g. "john.smith@somedomain.de".
Recipient address of the email, i.e. "RCPT TO" address (string).
Length: 6...254
If multiple recipient addresses are to be supplied the comma character is used as
delimiter to separate individual address values, e.g. "john.smith@somedo-
main.de,tom.meier@somedomain.de". Some mail servers do not accept recip-ient
addresses without brackets <>. It is recommended to use the "RCPT TO" variable with
brackets.
CC recipient address of the email (string).
Length: 6...254
If multiple CC recipient addresses are to be supplied the comma character is used as
delimiter to separate individual address values, e.g.
"john.smith@somedomain.de,tom.meier@somedomain.de".
Subject content of the email (string).
Length: 0...254
If no subject is supplied the email will be sent with an empty subject.
SMTP authentication control flag (numeric).
If "smAuth" = 0 (default): MLB-G3002 performs action without SMTP authentication.
If "smAuth" = "0" or "plain": Authentication with PLAIN authentification
If "smAuth" = "1" or "login": Authentication with LOGIN authentification
If "smAuth" = "2" or "cram": Authentication with CRAM authentification
If "smAuth" = "3" or "none": No authentication (for test environment only, not applicable
to real network)
SMTP message body. If no attachment is defined this is only the content of the email.