Documentation Index
Fetch the complete documentation index at: https://docs.ensend.co/llms.txt
Use this file to discover all available pages before exploring further.
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