|
Home > Archive > IIS and SMTP > November 2007 > WinXP SMTP Setup
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
|
| Hi,
I have an application that uses SMTP. IIS and SMTP are set up. It
successfully drops the email into 'QUEUE' and then thats it, nothing
else happens. What else do I need to do?
Currently testing on WinXP pro.
Thanks!
MC
| |
| Ken Schaefer 2007-11-25, 7:31 am |
| At that point, the mail is queued for the SMTP server to deliver. Ensure
that the remote domain is valid, and that your machine is able to resolve MX
records for the remote domain in the DNS.
Enable SMTP logging (in IIS Manager), and then check the SMTPSVC1 folder for
logfiles. That may indicate if the remote mail server is rejecting you
rmail.
Cheers
Ken
--
My IIS Blog: www.adOpenStatic.com/cs/blogs/ken
"MC" <mica[removethis]@aisus.com> wrote in message
news:63d81$47431954$a227bebe$21418@ALLTE
L.NET...
> Hi,
>
> I have an application that uses SMTP. IIS and SMTP are set up. It
> successfully drops the email into 'QUEUE' and then thats it, nothing
> else happens. What else do I need to do?
> Currently testing on WinXP pro.
>
> Thanks!
> MC
>
>
>
|
|
|
|
|