URL Format
smtp://username:password@host:port/?from=fromAddress&to=recipient1[,recipient2,...]
| Field | Description | Scheme |
|---|---|---|
fromAddress* | E-mail address that the mail are sent from | |
host* | SMTP server hostname or IP address | |
auth | SMTP authentication method. Defaults to | |
clientHost | The client host name sent to the SMTP server during HELLO phase. If set to "auto" it will use the OS hostname. Defaults to | |
encryption | Encryption method. Defaults to | |
fromName | Name of the sender | |
password | SMTP server password or hash (for OAuth2) | |
port | SMTP server port, common ones are 25, 465, 587 or 2525. Defaults to | |
subject | The subject of the sent mail. Defaults to | |
useHTML | Whether the message being sent is in HTML | |
username | SMTP server username | |
useStartTLS | Whether to use StartTLS encryption. Defaults to |