Send an e-mail through a SMTP server.
Parameters
|
From |
|
|
Sender Name <string>: name of the e-mail sender. |
|
|
|
Sender Address <string>: e-mail addres of the sender. |
|
|
To |
|
|
|
Type <unquoted string>: type of the destination contact. The possible values are: To, CC or dynamic. |
|
|
|
Name <string>: name of destination contact. |
|
|
|
Address <string>: e-mail address of destination contact. |
|
|
|
(...) |
|
|
|
Nth-Type <unquoted string>: nth-type of the destination contact. The possible values are: To, CC or dynamic. |
|
|
|
Nth-Name <string>: nth-name of destination contact. |
|
|
|
Address <string>: nth-e-mail address of destination contact. |
|
|
Subject/Body |
|
|
|
Subject <string>: subject of the e-mail to send. |
|
|
|
Body <string>: body of the e-mail to send. |
|
|
Attach |
|
|
|
Attachment <string>: attachment to the e-mail to send. |
|
|
|
(...) |
|
|
|
Nth-Attachment <string>: nth-attachment to the e-mail to send. |
|
- It is possible to add several e-mail´s in option To, separeted by Charact(13) (CR character).
In case of adding more than one e-mail you need to add the same number in both “Name” and “Address” option.
- It is possible to add several attachment´s, separeted by Charact(13) (CR character).
- if the Body has an <html> tag in the beginning it will be treated as an Html message instead of plain text.
|
Updated: 7/5/2018 7:21 PM
|