It looks like you just need to set your Zoho credentials in your .env file with
MAIL_USERNAME=
MAIL_PASSWORD=
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Hello, I want to send mail using Zoho instead of mailgun and mailtrap is it possible now this are my .env setting looks like but it's not working as it should return an error
MAIL_DRIVER=smtp
MAIL_HOST=smtp.zoho.com
MAIL_PORT=465
MAIL_ENCRYPTION=SSL
and this is the error am getting
Swift_TransportException
Expected response code 250 but got code "530", with message "530 5.5.1 Authentication Required. "
Please or to participate in this conversation.