Go to gmail.com login into your account.
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"
Go to mailgun.com login to your account
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"
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"
Go to https://elasticemail.com/account#/settings/new and login to your account
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"
Go to https://mail.yahoo.com and login to your account
Then go to https://login.yahoo.com/account/security
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"
Login to your cPanel
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"