8

Send Email with Laravel and SendGrid

 3 years ago
source link: https://www.laravelcode.com/post/send-email-with-laravel-and-sendgrid
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client

Send Email with Laravel and SendGrid

  2322 views

  2 months ago

Laravel

Recently while working on Laravel mail functionalities, I have got some issues in sending email over SMTP server. I was using Sendgrid mail server to send email. I have done the same configuration as I have already done in my one of old project. You have already seen that doing same configuration on different projects sometimes not work. Same was happened with me.

So I have dig deep into that. While checking its official Laravel documentation, I have seen in the .env file, MAIL_USERNAME and MAIL_PASSWORD was changed to API Key. Before that, it was working with only your Sendgrid username and password.

So what is changed?

While login to Sendgrid account, first in the API Key menu under Settings section, create the API key and copy.

Now your Laravel .env file, change MAIL_USERNAME=apikey and MAIL_PASSWORD=<API Key>. This is full Mail configuration in your .env file.

MAIL_MAILER=smtp
MAIL_HOST=smtp.sendgrid.net
MAIL_PORT=465
MAIL_USERNAME=apikey
MAIL_PASSWORD=SG.YPAMv...........V_1yoO78
MAIL_ENCRYPTION=ssl
MAIL_FROM_NAME="HackTheStuff"
MAIL_FROM_ADDRESS=hackthestuffinfo.com

If your website is not ssl certified, use MAIL_PORT=587 and MAIL_ENCRYPTION=tls.

You may have got error if you have not verified sender authenticate.

Expected response code 250 but got code "550", with message "550 The from address does not match a verified Sender Identity. Mail cannot be sent until this error is resolved. Visit https://sendgrid.com/docs/for-developers/sending-email/sender-identity/ to see the Sender Identity requirements

To authenticate your sender authenticate, go to Sender Authenticate menu under the Settings section. Use Domain Authentication or Single Sender Verification option to verify.

The error sould have resolved now.

Author : Harsukh Makwana
Harsukh Makwana

Hi, My name is Harsukh Makwana. i have been work with many programming language like php, python, javascript, node, react, anguler, etc.. since last 5 year. if you have any issue or want me hire then contact me on [email protected]


Recommend

About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK