Click to See Complete Forum and Search --> : How To Send an E-mail
sh_ahmed_85
11-13-2005, 09:49 PM
i'm starting using ASP and i have a question urgently
how can i send an email to registered clients :confused:
please help
thanks :)
ss_learner
11-13-2005, 10:22 PM
Hi there,
You can use CDONTS to send email..
CDONTS stands for collaboration data object for nts
Need to install this SMTP component..
and there you go , you can send mail
I hope the below link will help you ..
http://www.webwizguide.info/asp/tutorials/email_using_cdonts_tutorial.asp
http://www.powerasp.com/content/hintstips/asp-email.asp
regards
sh_ahmed_85
11-14-2005, 07:03 AM
Thanks very much the link is completely helpful
Bullschmidt
11-14-2005, 06:35 PM
Here's a nice CDO link (as CDONTS is getting deprecated on Microsoft's newer servers) even if you don't use the attachment part:
Email (with Attachment)
http://www.asp101.com/samples/email_attach.asp