I can not send emails in laravel

0

I'm trying to send emails in laravel, and I get the following error

  

Expected response code 250 but got code "553", with message "553 Relaying disallowed as

It's weird, because if it works for me to send emails when I'm logged in, but if I'm not, I get that error.

I tried to change the email driver to "mail" instead of "smtp" but there I do not receive the emails. I'm using zoho email.

    
asked by Juan Pablo 23.06.2016 в 19:54
source

1 answer

1

Publish the code to see if you are making good use of the ports and credentials that zohomail.

I suppose you have enabled the imap to the email account, so, if you are using the ports well and everything is well configured, it should be Zoho's problem and you should contact them.

    
answered by 23.06.2016 в 22:34