...
Parameter | Description | ||
---|---|---|---|
| Email address to the recipient on the form: "user@xxx.com" | ||
| Text ending up as the email subject | ||
| Message string ending up as the body of the email Note! This field will be sent as plain text. For sending in HTML format, refer to the mailNotifyHtml function. | ||
| Name or address of the sender of the email
| ||
attachment | A list that will contain one or many attachments to be sent with the email. Each list entry will be the full directory path of the attachment.
| ||
Returns | Nothing |
...