How to send mail using zoho smtp server in PHP Laravel?
In this post we will give you information about How to send mail using zoho smtp server in PHP Laravel?. Hear we will give you detail about How to send mail using zoho smtp server in PHP Laravel?And how to use it also give you demo for it if it is necessary.
Laravel 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. 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
MAIL_DRIVER=smtp
MAIL_HOST=smtp.zoho.com
MAIL_PORT=465
MAIL_USERNAME=test@zoho.com
MAIL_PASSWORD=123456
MAIL_ENCRYPTION=ssl
Do this way, I hope it can help you…
Hope this code and post will helped you for implement How to send mail using zoho smtp server in PHP Laravel?. if you need any help or any feedback give it in comment section or you have good idea about this post you can give it comment section. Your comment will help us for help you more and improve us. we will give you this type of more interesting post in featured also so, For more interesting post and code Keep reading our blogs