SMTP / IIS

D

DL

Is the SMTP / IIS service/snapin a win2k server specific item?

If so is there anything similar/work around I could use, as I have an App
that uses the smtp service to send mail notifications
TY
 
D

Dave Patrick

You might try incorporating CDO.Message This link may help.

http://www.paulsadowski.com/WSH/cdo.htm

--

Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

:
| Is the SMTP / IIS service/snapin a win2k server specific item?
|
| If so is there anything similar/work around I could use, as I have an App
| that uses the smtp service to send mail notifications
| TY
|
|
 
D

DL

Thanks, I found IIS / SMTP was an added component, via add win components
dialogue. So I now have the service, and its started. However my App still
logs a failure for a test msg. The App only requires me to set the recipient
mail address and the outgoing smtp server, and I'm not entirely sure what
the setting for the smtp server should be, I'm assuming its not the same as
my std email smtp server.
(My App is a raid array manager and I'm wishing to setup the sending of raid
error msgs)
TY
 
D

Dave Patrick

I'd ask them here. inetserver.iis.smtp_nntp

--

Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

:
| Thanks, I found IIS / SMTP was an added component, via add win components
| dialogue. So I now have the service, and its started. However my App still
| logs a failure for a test msg. The App only requires me to set the
recipient
| mail address and the outgoing smtp server, and I'm not entirely sure what
| the setting for the smtp server should be, I'm assuming its not the same
as
| my std email smtp server.
| (My App is a raid array manager and I'm wishing to setup the sending of
raid
| error msgs)
| TY
 
D

DL

Well I figured some of it out. My App sends to one email addy fine, however
it wont send to another. Leastways the App appears to send OK, there's no
email err, however mail is not received. I've activated smtp logging but
nothing shows up, other than send time. I tried some other extended logging
options, but dont seem to get any errs, nor is anything shown in Badmail or
elsewhere. I have pinged the IP ok
So I'm flummoxed.
TY
 
D

DL

Further; I ran SMTPDIAG and this reports recipient server/address/ports etc
details all OK

DL said:
Well I figured some of it out. My App sends to one email addy fine, however
it wont send to another. Leastways the App appears to send OK, there's no
email err, however mail is not received. I've activated smtp logging but
nothing shows up, other than send time. I tried some other extended logging
options, but dont seem to get any errs, nor is anything shown in Badmail or
elsewhere. I have pinged the IP ok
So I'm flummoxed.
TY

Dave Patrick said:
I'd ask them here. inetserver.iis.smtp_nntp

--

Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

:
| Thanks, I found IIS / SMTP was an added component, via add win components
| dialogue. So I now have the service, and its started. However my App still
| logs a failure for a test msg. The App only requires me to set the
recipient
| mail address and the outgoing smtp server, and I'm not entirely sure what
| the setting for the smtp server should be, I'm assuming its not the same
as
| my std email smtp server.
| (My App is a raid array manager and I'm wishing to setup the sending of
raid
| error msgs)
| TY
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top