553 Relaying disallowed as <user>@<machine>

553 Relaying disallowed as <user>@<machine>

Hello,

I am trying to send an email using zoho from a webapp I am building. I am using Java Spring and MailSender, everything worked fine until this morning when I started to receive this error : 553 Relaying disallowed as <user>@<machine>, where user is my pc's linux username and <machine> is my pc name.

I am using SMTP in order to try and send the email if that helps.