Getting error 553 (Relaying disallowed)

Getting error 553 (Relaying disallowed)

Hi,

I've tried to configure my application to send emails via zoho mail with following configurations: 
      
         transport: "%mailer_transport%" //smtp
         host:      "%mailer_host%"  // smtp.zoho.com
         port:      465
         encryption: ssl
         username:  "%mailer_user%" //no-replay@mralef.net
         password:  "%mailer_password%" //...
         auth_mode: login

But unfortunately I keep getting 553 Relaying error.


Is there anyway to fix this?