SMTP relay service
Keep your SMTP. Move your email forward.
Connect your application to Bird with an SMTP host, port and API key. Keep the code that builds your messages, with authenticated sending, suppression handling and delivery events on the same infrastructure as the Email API.
Create your account, then configure your sender and SMTP credentials.
Part of the Bird Email APISMTP connection
Encrypted transportEU relay
eu1.smtp.bird.comUS relay
us1.smtp.bird.comTLS
465
STARTTLS
587 / 2525
Authentication
Username: bird. Password: your API key.
Use the host for your API key region and verify your sending domain before a production send.
How do I move an application to Bird SMTP?
Verify the domain you send from, create an API key with email sending enabled, and update your SMTP connection settings. Your application can keep building its existing MIME messages, including HTML, text and attachments. Start with a test send before moving production traffic.
Use the relay for your region.
Choose the EU or US host that matches your API key. Connect with implicit TLS on port 465, or STARTTLS on 587 or 2525. Authenticate with the username bird and your API key as the password. The SMTP guide includes settings and a complete session.
Follow a message beyond the send call.
SMTP and HTTP feed the same email product. Domain verification, DKIM signing, IP pools, suppression handling and message events apply to both. Use the returned message ID to investigate a delivery in the email log. Acceptance by a receiving server does not establish inbox placement.
Move one application at a time.
Give applications separate API keys when they need different IP pools, categories or tracking settings. Test the sender, content and delivery events before expanding the migration. For higher-volume requirements, discuss connection limits and the sending plan with our email team.
Questions before you start
Can I keep my existing SMTP integration?
Which SMTP ports are supported?
Should I use SMTP or the Email API?
How is SMTP priced?
Build the rest of your email workflow
Connect your first application.
Verify your sender and send a test message with your existing SMTP integration. Work with our email team on a larger migration.
Create your account, then configure your sender and SMTP credentials.