553 Relaying disallowed - spring

553 Relaying disallowed - spring

I am trying to send email to my zoho account, to my custom domain (not zoho.com) from another email account  @estudiodominguezyasociados.com  Every mail i send i get the following error: 

Connection closed by remote host. Failed messages: com.sun.mail.smtp.SMTPSendFailedException: 553 Relaying disallowed as <Usuario@DESKTOP-RNAHPMG>

In developer server (not https)

Setting server
  mail:
      host:  smtp.zoho.com
      port: 587
      username: ** @estudiodominguezyasociados.com   
      password: *****       
      protocol: smtp
      tls: true
      properties.mail.smtp:
        auth: true
        starttls.enable: true
        sl.trust:  smtp.zoho.com

What can i do?

Thanks