Nodemailer + Zoho SMTP

Nodemailer + Zoho SMTP

Hello!
I'm using nodemailer to send a mail(with zoho@mydomain.com) to my users through smtp with zoho.
But I keep getting this error:

{ [Error: Message failed: 553 Relaying disallowed as <>]

  code: 'EMESSAGE',

  response: '553 Relaying disallowed as <>',

  responseCode: 553 }

I've done all kind of combination of config but still not getting it right.

Please, can somebody help me? Thanks you so much