SMTP configurator Form¶
Fields¶
Name |
Data type |
Description |
|---|---|---|
Authorization type |
enum login, plain |
The authentication type used for the SMTP server connection. |
Connection port |
number |
The port number for connecting to the SMTP mail server. |
Connection protocol |
enum smtp, sendmail |
The protocol used for mail server communication (SMTP, SMTPS). |
Mail server |
string |
The hostname or IP address of the SMTP mail server. |
Sender name |
string |
The sender name displayed in outgoing email messages. |
Sender email |
string |
The email address used as the sender for outgoing messages. |
Username |
string |
The username for authenticating to the SMTP server. |
Empty password |
boolean |
Allow connection to SMTP server without a password. |
Password |
string |
The password for authenticating to the SMTP server. |
Encryption |
enum SSL, TLS, NONE |
The encryption method for secure email transmission (TLS, SSL). |