Documentation
This library provides a more direct access to the sending of SMTP emails than the sendmail library, and it is used by the sendmail library. It currently only implements text-based emails. See the source code for further information.
Objects of type smtpmessage have no value, and it is an error to try to get or set this value.
| Property | Type | Description |
|---|---|---|
| addrecip | function | |
| attachments | objset | |
| bcc | objset | |
| body | string | |
| cc | objset | |
| comment | string | |
| contenttype | string | |
| dt | datetime | |
| from | string | |
| getaddress | function | |
| hostname | string | |
| mailhost | string | |
| messageid | string | |
| preparemsg | function | |
| replyto | string | |
| send | function | |
| send8bit | function | |
| subject | string | |
| timezone | string | |
| to | objset | |
| transferencoding | string | |
| type | type |



