send email confirmation

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
alexislalas
Forum Commoner
Posts: 44
Joined: Sun Feb 19, 2006 10:09 pm

send email confirmation

Post 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
User avatar
Burrito
Spockulator
Posts: 4715
Joined: Wed Feb 04, 2004 8:15 pm
Location: Eden, Utah

Post by Burrito »

take a look at mail()
csingsaas
Forum Newbie
Posts: 22
Joined: Thu Jul 06, 2006 9:34 pm
Location: Edina, MN

Post 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
User avatar
JayBird
Admin
Posts: 4524
Joined: Wed Aug 13, 2003 7:02 am
Location: York, UK
Contact:

Post 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
Post Reply