SMTP Setup

Gmail

  1. Go to gmail.com login into your account.

  2. Click Account Tab

3. Security Tab > App passwords

4. Generate a new app password

5. Copy the app password

6. Go to Maildoll dashboard panel > SMTP Settings > Configure Email > Gmail > Configure Now

7. Configure

MAIL_MAILER="smtp"

MAIL_HOST="smtp.gmail.com"

MAIL_PORT="587"

MAIL_USERNAME="app_password email"

MAIL_PASSWORD="app_password"

MAIL_ENCRYPTION="tls"

MAIL_FROM_ADDRESS="admin@maildoll.com"

MAIL_FROM_NAME="Maildoll"

Mailgun

  1. Go to mailgun.com login to your account

  2. Sending > Domains > Create a domain

3. Domain > SMTP

4. SMTP credentials

5. Configure

MAIL_MAILER="smtp"

MAIL_HOST="smtp.gmail.com"

MAIL_PORT="587"

MAIL_USERNAME="app_password email"

MAIL_PASSWORD="app_password"

MAIL_ENCRYPTION="tls"

MAIL_FROM_ADDRESS="admin@maildoll.com"

MAIL_FROM_NAME="Maildoll"

Zoho Mail

  1. Go to https://accounts.zoho.com login to your account

2. Click on the Security tab

3. Security > App Passwords

4. Generate New Password

5. Copy the password

6. Configure

MAIL_MAILER="smtp"

MAIL_HOST="smtp.zoho.com"

MAIL_PORT="587"

MAIL_USERNAME="youremail@zohomail.com"

MAIL_PASSWORD="app_password"

MAIL_ENCRYPTION="tls"

MAIL_FROM_ADDRESS="youremail@zohomail.com""

MAIL_FROM_NAME="Maildoll"

Elasticmail

  1. Go to https://elasticemail.com/account#/settings/new and login to your account

  2. Click on the Settings tab

3. Settings > SMTP > Create SMTP credentials

4. Provide your user email address

5. After creating a user name you will get SMTP credentials

6. Configure

MAIL_MAILER="smtp"

MAIL_HOST="smtp.elasticemail.com"

MAIL_PORT="2525"

MAIL_USERNAME="user_name"

MAIL_PASSWORD="password"

MAIL_ENCRYPTION=tls

MAIL_FROM_ADDRESS="your_email"

MAIL_FROM_NAME="maildoll"

Yahoo

  1. Go to https://mail.yahoo.com and login to your account

  2. Account Security > Manage app passwords

4. Create a new app password

5. Copy the app password

6. Configure

MAIL_MAILER="smtp"

MAIL_HOST="smtp.mail.yahoo.com"

MAIL_PORT="587"

MAIL_USERNAME="user_email"

MAIL_PASSWORD="app_password"

MAIL_ENCRYPTION=tls

MAIL_FROM_ADDRESS="your_email"

MAIL_FROM_NAME="maildoll"

DNS Server

  1. Login to your cPanel

  2. Find Email Accounts

3. Create a new email account

4. After creating an email account go to Connect Devices

5. Get mail client manual settings

6. Configure

MAIL_MAILER="smtp"

MAIL_HOST="outgoing_server"

MAIL_PORT="outgoing_smtp_port"

MAIL_USERNAME="user_name"

MAIL_PASSWORD="Use_your_cPanel_password"

MAIL_ENCRYPTION=tls

MAIL_FROM_ADDRESS="your_email"

MAIL_FROM_NAME="maildoll"

Last updated