Mail::SMTPmail | ||
Description | ||
Sends an e-mail message (with optional attachment(s)) using SMTP. Supports all regular configuration
options like HTML, Receipt, Login to mail-server etc.. |
||
![]() |
||
Options | ||
SMTP
Server |
The name or IP-address of your SMTP server. | |
Sender
Name |
Optional full sender-name. | |
Sender
Address |
E-Mail address of the sender (can only be one address). | |
Recipient
Name |
Optional full recipient-name. | |
Recipient
Address |
The mail-address of the person you want to send the mail to. Separate multiple entries by a ; | |
CC
Name |
Optional full name of the person you want to CC (Carbon Copy) to. | |
CC
Address |
Optional mail-address of the person you want to CC to. Separate multiple entries by a ; | |
BCC
Address |
Optional mail-address of the person you want to BCC (Blind Carbon Copy) to. Separate multiple entries by a ; | |
Subject |
Message subject. | |
Message |
Message body. | |
Attachment(s) |
Optional path\filename of the file you want to attach to the message. Separate multiple entries by a ; | |
Port |
SMTP port-number (default=25). | |
Enable
SSL |
When checked, will enable SSL. | |
Timeout |
SMTP connection-timeout in seconds (default=30). | |
Username
/ Password |
If your mail-server requires you to login, check this setting and enter your Username and Password. | |
Priority |
The priority with which to send the message; Normal, High or Low. | |
Notification |
Specifies if a notification message must be returned by the recipient. Options are: None, Delay, Never, OnFailure, OnSuccess. | |
Address
Validation |
When checked, the email-address will be checked if they are in the correct format. | |
HTML |
When checked, mail is send as HTML. |