Sending using SMTP
Emailit offers SMTP support for sending emails. This is useful if you want to send emails using an SMTP server that is not supported by the Emailit API.
1. Create and verify a sending domain
Before you can send emails using SMTP, you need to create and verify a sending domain. Learn more about creating a sending domain.
2. Create a credential
You need to create a credential with SMTP type. Learn more about creating a credential.
SMTP Configuration
To connect to our SMTP server, you need to use the following configuration:
- Host:
smtp.emailit.com
- Port:
587
- Encryption:
TLS
- Username:
emailit
- Password:
{credential}
- From:
Any Name <{any_address}@{verified_sending_domain}>
for exampleJohn Doe <[email protected]>
Make sure to use the credential you created for the password and it type is SMTP. You also need to use the verified sending domain, otherwise the email will not be accepted.