send mail stopped working May 1 ???

I've been using the below code to send emails and as of a couple days ago it stopped working. Anybody else notice anything similar???

Code:
Set sendMail = Server.CreateObject("CDO.Message")
sendMail.From = "[email protected]"
sendMail.To = strMyEmailAddress
sendMail.Cc = strCCEmailAddress
sendMail.Bcc = strBCCEmailAddress
sendMail.Subject = "Email Subject"
sendMail.HTMLBody = strBody
sendMail.Send
Set sendMail= Nothing
 
milehigh,

Have not seen reports of such from others, can you submit a ticket about this and we will check.
 
Hi Milehigh,

I replied your ticket. Please check your domains now. If you still have a issue. Kindly, reply me on ticket.
 
Back
Top