Documentation
SendMail Documentation
Note: The documentation always refers to the latest version of the plugin
Plugin Connectors
| Connector | Type | Description |
| Message | input, string | The message that will be the body of the mail. Sending data to this input will trigger sending a mail. |
| Error | output, string | If the plugin encounters an error, the error message is sent through this output connector. |
Plugin Settings
| Setting | Valuetype | Description |
| Host | text | Name or IP address of the host used for SMTP transactions. Examples of host addresses is:
|
| Port | numerical | Port used for SMTP transactions. Normally this is 25 but other port numbers are also common, like 465 or 587. |
| Use SSL | Yes/No | Set to Yes to use Secure Socket Layers (SSL) to encrypt the connection. |
| Username | text | Username for the SMTP connection. |
| Password | text | Password for the SMTP connection. |
| From | text | Mail address from which this mail is sent. |
| To | text | Receiving mail address(es). Multiple addresses are separated with a comma character. |
| Subject | text | The subject of the mail. |
| Message is HTML | Yes/No | If the body message contains HTML. |