Can anybody give me an idea how to send a mail from my IIS server to mail server(Exchange server).
Is this a settings problem?
Thanks in advance
venky
Printable View
Can anybody give me an idea how to send a mail from my IIS server to mail server(Exchange server).
Is this a settings problem?
Thanks in advance
venky
Try to use CDO NTS. Documentation is in MSDN.
[ufo]
It is given that CDONTS needs SMTP prtocol but we are using X400 protocol
when we use cdo all the mails go to the SMTP folder , not to the MS exchange server . how do i get it and send it outside
I believe you can configure the SMTP service on the IIS box to forward mail to the Exchange box. Not sure where the setting is, though.
Because of the problems you are having with CDONTS i decided to check out ASPMail from www.serverobjects.com. It's a cheap $50 per server (not per site, per machine) for unlimited use. You can tell it which mail server to use and adding recipients is easier. plus it has it's own error handling, so you can tell whether or not the mail sent and why it didn't.
just my two cents,
John
John Pirkey
MCSD
www.ShallowWaterSystems.com
but how to configure SMTP for this?. The MMC dosn't give any option i believe.
Check out this link.
http://www.asptoday.com/articles/19990415.htm