PDA

View Full Version : Sending Mail Through ASP ???.


vipul
17-02-2005, 01:35 PM
Here Is one problem to me when i'm traying to sending a mail via asp script but it cant get to me ..

now what to do ..?

my seniors tell me to upload this webpages in a server on which the smtp working but i think nowdays all server has this facilities cause that now can any one tell me about this problem or give me ur script on which u have already work with... plese

SmoothCriminal
17-02-2005, 05:39 PM
Well.. u can send mail from ur PC if u have SMTP & POP3 running.. I assume u r running IIS server.. BUt those mails usually dont reach the destination coz i bliv they're filtered as spam somewhere in the network.. (I've tried it)..

Now using ASP u can send mails using two diff objects.. CDONTS & CDOSYS.. CDONTS is supported in XP & 2000/NT.. 2003 supports only CDOSYS..

BTW.. 99.9pc free servers dont support CDONTS/CDOSYS.. which means u cant send mai using them.. The ONLY host that provides CDONTS & JMail facility for free (To My Knowledge) is DGN Network (http://developer.graphyx.net)

They are an Excellent host, but getting a account isnt that easy!

Mail using CDONTS (http://www.quadcomm.com/tips/sendmail.asp)

Using CDOSYS (http://www.quadcomm.com/tips/sendCDOSYSmail.asp)