ASP send mail problem

ASP send mail problem

am 25.10.2004 06:00:08 von westernnord

I am using Windows XP with IIS to send email. My ASP page sends the email OK
because it goes from the Pickup folder to the Queue folder. However, the
mail just sits there and is not picked up by my ISP. I can open the .EML
file in Outlook and it looks fine. Do I have a configuration problem or is
it something else?

Re: ASP send mail problem

am 25.10.2004 07:00:33 von Jason Brown

Well, it's not meant to be "picked up" by your ISP. The SMTP component of
your IIS install is meant to send the message. Step one, check the event
logs of your machine - they may have a message relating to this, possibly a
DNS lookup failure or a connection failure.

My gut instinct is that your ISP is blocking SMTP ports to cut down on spam,
and your mail is being left behind, in which case use your ISP's SMTP server
rather than IIS's


--
Jason Brown
Microsoft GTSC, IIS

This posting is provided "AS IS" with no warranties, and confers no
rights.


wrote in message
news:%23h4VkckuEHA.2856@TK2MSFTNGP15.phx.gbl...
>I am using Windows XP with IIS to send email. My ASP page sends the email
>OK because it goes from the Pickup folder to the Queue folder. However, the
>mail just sits there and is not picked up by my ISP. I can open the .EML
>file in Outlook and it looks fine. Do I have a configuration problem or is
>it something else?
>