I started getting "553 Relaying disallowed as @".

I started getting "553 Relaying disallowed as @".

Hi, after some time since my registration I started getting the error "553 Relaying disallowed as @" when try sending email via nodemailer ( https://nodemailer.com/) with the params bellow:

host: 'smtp.zoho.com',
port: 587,
secure: false,
auth: {
pass: '<valid password>'
},

Is this possible only for payed accounts?

Please advise, thanks!
Alek