How To Set Up and Configure Gmail SMTP Server for Email Sending

Go to your Google Account Settings or click this link
https://myaccount.google.com

In the Security section, ensure that 2-Step Verification is turned On

Go to link https://myaccount.google.com/apppasswords, enter a name for the app password, and cl…


This content originally appeared on DEV Community and was authored by Indra Adnyana

  1. Go to your Google Account Settings or click this link
    https://myaccount.google.com
    Image description

  2. In the Security section, ensure that 2-Step Verification is turned On
    Image description

  3. Go to link https://myaccount.google.com/apppasswords, enter a name for the app password, and click Create
    Image description

  4. Copy the generated app password and click Done
    Image description

  5. Paste it into your .env file without spaces, Example:

MAIL_MAILER=smtp
MAIL_HOST=smtp.gmail.com
MAIL_PORT=587
MAIL_USERNAME=no.reply@gmail.com
MAIL_PASSWORD=xbxjfnxeseobslde
MAIL_ENCRYPTION=tls
MAIL_FROM_ADDRESS=no.reply@gmail.com
MAIL_FROM_NAME="${APP_NAME}"

If you encounter an error, try replacing MAIL_PORT with one of the following:
25, 465, 587, or 2525.


This content originally appeared on DEV Community and was authored by Indra Adnyana


Print Share Comment Cite Upload Translate Updates
APA

Indra Adnyana | Sciencx (2025-02-02T01:27:47+00:00) How To Set Up and Configure Gmail SMTP Server for Email Sending. Retrieved from https://www.scien.cx/2025/02/02/how-to-set-up-and-configure-gmail-smtp-server-for-email-sending/

MLA
" » How To Set Up and Configure Gmail SMTP Server for Email Sending." Indra Adnyana | Sciencx - Sunday February 2, 2025, https://www.scien.cx/2025/02/02/how-to-set-up-and-configure-gmail-smtp-server-for-email-sending/
HARVARD
Indra Adnyana | Sciencx Sunday February 2, 2025 » How To Set Up and Configure Gmail SMTP Server for Email Sending., viewed ,<https://www.scien.cx/2025/02/02/how-to-set-up-and-configure-gmail-smtp-server-for-email-sending/>
VANCOUVER
Indra Adnyana | Sciencx - » How To Set Up and Configure Gmail SMTP Server for Email Sending. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2025/02/02/how-to-set-up-and-configure-gmail-smtp-server-for-email-sending/
CHICAGO
" » How To Set Up and Configure Gmail SMTP Server for Email Sending." Indra Adnyana | Sciencx - Accessed . https://www.scien.cx/2025/02/02/how-to-set-up-and-configure-gmail-smtp-server-for-email-sending/
IEEE
" » How To Set Up and Configure Gmail SMTP Server for Email Sending." Indra Adnyana | Sciencx [Online]. Available: https://www.scien.cx/2025/02/02/how-to-set-up-and-configure-gmail-smtp-server-for-email-sending/. [Accessed: ]
rf:citation
» How To Set Up and Configure Gmail SMTP Server for Email Sending | Indra Adnyana | Sciencx | https://www.scien.cx/2025/02/02/how-to-set-up-and-configure-gmail-smtp-server-for-email-sending/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.