Hello, I'm trying to send a confirmation email every time a user registers in my web application. However in my dev machine (Vodafone ISP not DigitalOcean) everything is ok. I can successfully send emails to other domains (gmail, hotmail, etc)...
The problem is in the production server. It seems that somehow my email are being blocked. (I can only send to myself)
This is the failure message received:
code: 'EMESSAGE',
response: '550 5.7.708 Service unavailable. Access denied, traffic not accepted from this IP. For more information please go to http://go.microsoft.com/fwlink/?LinkId=526653 AS(8561) [LNXP265MB0234.GBRP265.PROD.OUTLOOK.COM]', responseCode: 550,
Do you know what's wrong? The Office365 account is provided through GoDaddy.
Best regards,