Requirements

Creating a sending domain

To send emails using SMTP, you need to create a sending domain. You can do it using the Creating a domain guide.

Getting an API key

Next, you need to get an API key. You can do it using the How to get an API key guide.

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: {api_key}
  • From: Any Name <{any_address}@{verified_sending_domain}> for example John Doe <john@doe.com>

You also need to use the verified sending domain, otherwise the email will not be accepted.