Generic
Generic Smtp Server
Settings
Name | Type | Description | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
Host |
string |
The host name of the SMTP server. Server names for some popular mail services below:
|
||||||||||
Port |
long |
Port to connect to. Usually one of the following:
|
||||||||||
Encryption |
string | The encryption protocol to use | ||||||||||
Use Authentication |
boolean |
If If |
||||||||||
Username |
string | Username to use in case authentication is enabled | ||||||||||
Password |
string | Password to use in case authentication is enabled | ||||||||||
Properties |
dict | Additional session properties to set as per java mail API |
Test Connection
You can test the connection from the context menu.