Click to See Complete Forum and Search --> : Sending an E-mail


amrutarules
December 2nd, 2003, 05:28 AM
I want to send email using SMTP protocol not using CDONTS component .How do i do it in ASP.
Regards,
Amruta:confused:

Thread1
December 4th, 2003, 04:58 AM
One way is to create an ActiveX control in VB using the winsock control that speaks the SMTP protocol. Check the FAQ in Visual Basic Forum, there's a sample winsock SMTP code and just recompile it into an ActiveX control that can be used in ASP.