User1953081067 posted
Hi,
I've been using a web API to send emails that's been working perfectly for months. Now it's not.
The only error I get is 'Failure sending mail.' when using:
msg = messageDefinition.CreateMailMessage(HttpUtility.HtmlEncode(emailrecipients), replacements, new LiteralControl());
I'm guessing it's a problem with the SMTP server, but is there a anyway to get a more meaningful error? I'm using a shared server so do not have access to IIS - only a help desk!
Any thoughts?
Thanks as always