Appearance
SMTP
SMTP stands for Simple Mail Transfer Protocol, which is the standard protocol used on the Internet for sending emails. It is a part of the Internet protocol suite defined in RFC 821 (later updated by RFC 5321), and it operates over the Internet's architectural foundation, the TCP/IP suite.
Key features of SMTP:
- Purpose
- Port Numbers
- Process
- SMTP Authentication
- Email Relaying
- SMTP Commands
- Limitations
- Integration with other Protocols
- MTA to MDA Delivery
Action:
Send an email: Sends an email.
Connect with SMTP:
- Go to Workflow Automation and navigate to My Apps and Add a new app connection choosing SMTP from the list.
- Fill in the host address field with the
SMTP host address
. - Fill in the username field with the
SMTP username
. - Fill in the password field with the
SMTP password
. - Select whether to use TLS or not.
- Fill in the port field with the
SMTP port
. - Fill in the sender field with the email address you would like to use as the sender email address.
- Click the Submit button.
- Your SMTP connection is now established.
- Start using your new SMTP connection with Workflow Automation.