Groups | Blog | Home
all groups > iis smtp nntp > november 2005 >

iis smtp nntp : Prerequisites required for IIS SMTP Server to send mails



alex.abraham2 NO[at]SPAM gmail.com
11/3/2005 9:55:04 AM
Hi

I have IIS 6.0 with SMTP server installed in my Windows2003 Server
enterprise edition.
[quoted text, click to view]

I have configured the SMTP virtual server.When I tested manually by
putting a txt file in PickupFolder,the mails moves to Queue folder and
it put a message in the EventViewer "Message delivery to the host
xxx.xxx.xxx.xxx failed."

I had a feeling that I have missed some prerequistes.

What are the Prerequisites required for IIS SMTP Server to send
mails?,like do I need to configure any other services.

Thanks in advance

Alex
Ron Hinds
11/7/2005 1:30:13 PM
[quoted text, click to view]

The txt file would need to conform to the rules for the format of a SMTP
message. But why do you want to re-invent the wheel? Just use the CDONT or
CDOSYS COM objects built in to the server! How is your application written?
If it is in VB then it is a simple matter to instantiate the CDOxxx object,
set some properties (To, From, Subject, Body, etc.) and call the Send
method. Done!

alex.abraham2 NO[at]SPAM gmail.com
11/18/2005 12:15:23 PM
Hi

I tried to send in my Application using .Net Framework class SMTPServer
under System.Web.Mail,it gives the same result.

Thanks
Alex
[quoted text, click to view]
AddThis Social Bookmark Button