Set Up Your Sending

Connect your SMTP server to start sending emails through SentinMail

Why SMTP?

SentinMail sends emails through your own SMTP server. This gives you full control over deliverability, sender reputation, and cost. You can use any email provider — Gmail, Amazon SES, SendGrid, Mailgun, Postmark, or your own mail server.

Info
Unlike platforms that send from shared servers, SentinMail lets you bring your own infrastructure. Your reputation is yours alone.

Add Your SMTP Configuration

Open SMTP settings

Navigate to Infrastructure → SMTP Configs in the sidebar and click Create SMTP Config.

Fill in your credentials

Enter your SMTP server details:

FieldDescriptionExample
NameA friendly label for this config"Primary Gmail"
HostYour SMTP server hostnamesmtp.gmail.com
PortSMTP port587 (TLS) or 465 (SSL)
UsernameYour SMTP usernameyou@gmail.com
PasswordYour SMTP password or app-specific passwordxxxx xxxx xxxx xxxx
TLSEnable TLS encryption (port 587)On
SSLEnable SSL encryption (port 465)Off
Sender NameThe "From" display name"Acme Corp"
Sender EmailThe "From" email addresshello@acme.com
Reply-To EmailWhere replies go (optional)support@acme.com
Max Emails/HourHourly sending limit100
Max Emails/DayDaily sending limit1000

Save and test

Click Save. You can test the connection by using it to send a test campaign to yourself.

Use App Passwords

Never use your regular email password. Most providers require an app-specific password or API key for SMTP access. Check your provider's documentation.

Common SMTP Providers

Rate Limits

The Max Emails/Hour and Max Emails/Day fields protect you from accidentally overwhelming your SMTP provider. SentinMail will pause sending and automatically resume when the limit resets.

Tip
Set these limits to match your SMTP provider's limits. If you're unsure, start conservative (100/hour, 1000/day) and increase as needed.

Multiple SMTP Configurations

You can add multiple SMTP configs to a single company. This is useful for:

  • Different sender addresses — marketing emails from news@acme.com, transactional from no-reply@acme.com
  • Failover — if one provider goes down, switch to another
  • Separating traffic — use different providers for different types of emails

When sending a campaign, you choose which SMTP config to use.

smtpsetupsendingconfiguration