Skip to main content

Commonly Used Email Providers

Here are some general settings for the most commonly used email providers:

ProviderHostPortUsernamePasswordSender's email
Gmailsmtp.gmail.com587 or 465 (SSL)EmailPasswordEmail
Yahoo Mailsmtp.mail.yahoo.com465 (SSL)EmailPasswordEmail
Outlook.com/Hotmailsmtp.office365.com587 or 465 (SSL)EmailPasswordEmail
Zoho Mailsmtp.zoho.com587 or 465 (SSL)EmailPasswordEmail
SendGridsmtp.sendgrid.net587 or 465 (SSL)apikeyAPI keyEmail
Mailgunsmtp.mailgun.org587 or 465 (SSL)SMTP usernamePasswordEmail

SendGrid​

To configure SendGrid, use apikey as the username and the generated API key as the password.

SMTP Configuration Without Environment Variables

Steps to Generate API Key​

  1. Log in to your SendGrid account.

  2. Navigate to the API Keys page under Settings.

  3. Generate a new API key for SMTP usage.

    SMTP Configuration Without Environment Variables

Mailgun​

Mailgun provides specific credentials for SMTP configuration.

  1. Retrieve the SMTP username from the SMTP Credentials tab in the Domain Settings page.

  2. Use the password associated with your Mailgun account to authenticate the SMTP connection.

    SMTP Configuration Without Environment Variables