Seemingly random undeliverable email using IIS's built in SMTP server. Please hope me!
Hello everyone
I have a windows server 2003 dedicated machine, which randomly fails to send email. I've been using CDO for years now, and have never come across such an annoying problem, i've literally spent days trying to fix this problem!!
Basically i have a website hosted there, with a really simple CDO send script. It look like this:
--------------------------------------------
for x = 1 to Request.Form.count()
themessage=themessage & Request.Form.key(x) & vbcrlf
themessage=themessage & Request.Form.item(x) & vbcrlf & vbcrlf
next
Set MailMessage = server.createobject("CDO.message")
MailMessage.to = "info@flexytron.com"
MailMessage.from = "info@flexytron.com"
MailMessage.subject = "RFQ from website"
MailMessage.textbody = themessage
MailMessage.send
--------------------------------------------
Now about 50% of these emails come through.
The rest give me a 5.3.5 "Delivery to the following recipients failed (info@flexytron.com)
The from address in the bounce email is given as postmaster@DSVR003430.livemail.co.uk
Reporting-MTA: dns;flexyweb.co.uk
Received-From-MTA: dns;DSVR003430
Arrival-Date: Tue, 5 Feb 2008 14:29:42 +0000
Final-Recipient: rfc822;info@flexytron.com
Action: failed
Status: 5.3.5
I can't understand why this is happening. Can anyone work out why my email won't send? It's driving me completely spare, especially as one minute it works, and the next it doesn't!
Thanks a lot
posted by jenkinsEar at 7:05 AM on February 5