How to send mail using zoho smtp server in PHP Laravel?
https://www.itsolutionstuff.com/post/how-to-send-mail-using-zoho-smtp-server-in-php-laravelexample.html
Last updated
https://www.itsolutionstuff.com/post/how-to-send-mail-using-zoho-smtp-server-in-php-laravelexample.html
Last updated
By Hardik Savani December 22, 2016 Category : PHP LaravelPlayUnmuteLoaded: 1.17%FullscreenLaravel is a very popular and best framework in PHP. Laravel provide several mail drivers like smtp, mail, sendmail, mailgun, mandrill etc. We can also send mail using zoho smtp in laravel 6, laravel 7, laravel 8 and laravel 9 version. I already post send mail using gmail, mailgun etc.
Laravel gives us very simple configuration for mail send. So we can simply setup zoho server details. We have to just setup detail for host, post, driver and encryption. You have to follow this link for mail sending, You have to just change, .env file. First just follow this link.
How to send mail example in Laravel 5?
So open your .env file file and put configuration like this way. Let's change this way:
.env
Read Also: How to send mail using mailable in laravel 5.3?
Do this way, I hope it can help you...