Overview
In addition to the SDKs and REST API, Ensend supports sending emails over SMTP. This is useful when youโre working with frameworks, platforms, or tools that have built-in SMTP support such as Laravel, Django, Rails, or Nodemailer. If your stack already knows how to talk SMTP, you can point it at Ensend and start sending with no additional integration work.SMTP Credentials
To connect to Ensendโs SMTP server, youโll need to obtain your API credentials from your project dashboard. The following configuration is used to connect to our smtp server for mail delivery.This is the hostname of Ensendโs SMTP Server.
Ensendโs smtp server supports connections over
STARTTLS on port 587 and SSL on port 465. We recommend using port 587 for best compatibility with smtp clientsYour projectโs public key is your SMTP username. Navigate to
Workspace > Project > Credentials to view your public key.Any of your projectโs sandbox and live secrets is used as your SMTP password. Navigate to
Workspace > Project > Credentials to view your project secrets. Using a sandbox key will send your messages in sandbox mode. See live Live keys vs Sandbox keysThe from address is the address sending the message. This is any of your project sender identities. Navigate to
Workspace > Project > Identies to view your project identities. Learn more here