Link to home
Start Free TrialLog in
Avatar of shylaja
shylaja

asked on

Sending email using ASP from IIS server via mdeamon smtp ..

I have an IIS server which has mdeamon smtp to route the mails. My requirement is to write a code in ASP such that it routes the mails via this mdeamon smtp. I tried using CDONTS.Newmail, but it doesn't work. Can anybody suggest a solution to this problem?
Avatar of manihopever
manihopever

1. First go to IIS and start your SMTP server
2. Find the "mailroot" folder under your "inetpub" folder
3. Inside "mailroot" folder, you may find some sub folders like "Badmials", "Queue", "Drop" etc.,  
4. Clear all the mails inside the "Badmails" folder.
5. Try to send email through your asp code.
6. Goto the "Badmails" folder, you can find the new mail which sent by you.

GOODLUCK.!
ASKER CERTIFIED SOLUTION
Avatar of fritz_the_blank
fritz_the_blank
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
No comment has been added lately, so it's time to clean up this TA.
I will leave a recommendation in the Cleanup topic area that this question is:
Accept Answer by fritz_the_blank
Please leave any comments here within the next seven days.
 
PLEASE DO NOT ACCEPT THIS COMMENT AS AN ANSWER!
 
GaryC123
EE Cleanup Volunteer
Thanks Gary,

Fritz the Blank
Thanks Pasha,

Fritz the Blank