Page 1 of 1

send email confirmation

Posted: Thu Jul 06, 2006 9:42 pm
by alexislalas
how do you make that when the user finishes completing the form and email is sent to him/her as a confirmation of the registry?

thanks

Posted: Thu Jul 06, 2006 9:50 pm
by Burrito
take a look at mail()

Posted: Thu Jul 06, 2006 9:55 pm
by csingsaas
I've always used PHPMailer

http://phpmailer.sourceforge.net/

Once the class is installed it is as easy as copying in some basic code and changing a few elements to fit your needs.


Regards,
Cody Singsaas
IE Internet Solutions
http://www.ieinternetsolutions.com

Posted: Fri Jul 07, 2006 3:21 am
by JayBird
csingsaas wrote:I've always used PHPMailer

http://phpmailer.sourceforge.net/

Once the class is installed it is as easy as copying in some basic code and changing a few elements to fit your needs.


Regards,
Cody Singsaas
IE Internet Solutions
http://www.ieinternetsolutions.com
Our very own SwiftMailer is considered "better"!

viewtopic.php?t=48055