has anyone had any success sending emails out using Godaddy's microsoft 365 system? I have an email address with them that i am trying to use to send emails out from my website.
I setup the mailer, but i cannot get the mail to send. Continue to get a transport error. I have tried numerous ports for the outgoing mail as well with the same error
Hello!
2 things to check here..
Your site has an SSL certificate? Are you on https?
Also, can you confirm your form is a Post?
I can see sender_name=%20 on the request
PS, Try to set the setup mailer under globals, and avoid adding it on the API step..
So when you choose the mailer on send mail, select it from the global
yes its on a https connected website and the certificates are good.
I also do have the mailer setup under Globals and that is where i am choosing it from.
I was using a form post, but it wasn't working. So right now i am just pre-filling the credientials directly in the mailer settings just to try to get it to work. I have also verified that i have SMTP authentication setup for my email address as well.
Nothing i do allows me to get it connected to the transport to send the email.
Yes, for ssl, the port should be 465 as @Hyperbytes says
Can you copy the response and paste it here?
On your screenshot seems the sender name is empty.
Delete the setup mailer from the API, check the setup mailer under globals, and check if the send mail step is correctly configured
Unfortunately, that doesn't mean anything to the problem in question. Your web server may be using TLS 1.2, but the ASP code might be using a lower version to connect to the SMTP. It's the distinction between server and client. When you connect to your website, your server may support TLS 1.2 (as a server). But when your web app acts as a client to connect to another (SMTP) server, it might use an older version of TLS (as a client).
I'm not familiar with ASP, so I'm afraid I can't provide further guidance.
The error you're facing in particular mentions "transport", so it's either an incorrect port or TLS problem, or less likely a network connection problem. Basically it fails to setup a secure connection, I guess.
getting:
The server rejected the sender address. The server response was: 451 5.7.3 STARTTLS is required to send mail [BL0PR05CA0013.namprd05.prod.outlook.com 2024-06-10T13:52:10.575Z 08DC888D61D76B08]\r\n