letter

SMTP

Fast & reliable SMTP for developers.

Send transactional emails using AutoSend’s SMTP relay service. Integrate with any application that supports SMTP.

Minimal setup

Plug-and-send with SMTP

Copy credentials, paste into your config, and start sending. It’s that straightforward.

Documentation
const nodemailer = require('nodemailer');

const transporter = nodemailer.createTransport({
	host: 'smtp.autosend.com',
	port: 587,
	secure: false,
	auth: {
		user: 'autosend',
		pass: 'AS_xxx',
	},
});

await transporter.sendMail({
	from: '[email protected]',
	to: '[email protected]',
	subject: 'Hello from AutoSend',
	html: '<h1>Welcome!</h1><p>This email was sent via SMTP.</p>',
});

Integrations

Connect seamlessly with your service

Works with the tools and frameworks you already know and love. Set up and start sending in minutes.

Documentation

Email Activity

Track every email you send. Literally!

Monitor every email you send and follow its path with detailed delivery, open, and click insights.

email activity
mail box icon

SMTP service you can count on.

Everything you need to send fast, reliable, and secure emails at scale.

Get Started

Send transactional and marketing emails with AutoSend—clean API for developers, simple campaign tools for marketers.

© 2026 • Peerlist Inc.

42,000,451