About SMTP
Simple Mail Transfer Protocol (SMTP) is an Internet standard for electronic mail (e-mail) transmission across Internet Protocol (IP) networks. SMTP was first defined by RFC 821 (1982, eventually declared STD 10), and last updated by RFC 5321 (2008) which includes the Extended SMTP (ESMTP) additions, and is the protocol in widespread use today. It is an Application Layer protocol in the OSI reference model.
SMTP uses TCP port 25. The protocol for new submissions (MSA) is effectively the same as SMTP, but it uses port 587 instead. SMTP connections secured by SSL are known by the shorthand SMTPS on TCP port 465, though SMTPS is not a protocol in its own right.
While electronic mail servers and other mail transfer agents use SMTP to send and receive mail messages, user-level client mail applications typically use SMTP only for sending messages to a mail server for relaying. For receiving messages, client applications usually use either the Post Office Protocol (POP) or the Internet Message Access Protocol (IMAP) or a proprietary system (such as Microsoft Exchange or Lotus Notes/Domino) to access their mail box accounts on a mail server.
Connection settings
Main settings tab
Test
It is possible to test the connection once you have set all settings. Click on this button to start the test.
Name
The unique name for the Connection
Address
The DNS name or IP of the SMTP server.
Port
The port used by the SMTP server. Please note that it should match the port of the encryption. Normally encrypted connections uses port 465 or 587 while SMTP servers with no encryption uses port 25.
Timeout
The connection timeout in seconds. Connection will fail after this time period.
Codepage
Code page being used. Currently this overridden by the code page in the Task.
Authentication tab
Anonymous
Check this if you want to logon without providing username and password.
Username
The username for the email account.
Password
The password for the email account.
Encryption tab
Cryptographic protocol
Encryption protocol to use; SSL, TLS or no encryption.
Security mode
Explit or Implict encryption.
Allowed SSL/TLS versions
Some SMTP servers require certain versions of SSL/TLS. Control here which versions that are allowed. Sometimes it is necessary to specify the specific allowed version.
Default settings for different servers
Exchange
Main settings
Address: yourservername
Port: 587
Encryption
Cryptographic protocol: TLS
Security Mode: Implicit
Office 365
Main settings
Address: smtp.office365.com
Port: 587
Encryption
Cryptographic protocol: SSL
Security Mode: Explicit
Gmail
Main settings
Address: smtp.gmail.com
Port: 465
Encryption
Cryptographic protocol: TLS
Security Mode: Implicit
Amazon SES
Address: email-smtp.us-east-1.amazonaws.com
Port: 465
Cryptographic Protocol: TLS
Security Mode: Implicit