cdm89 Posted November 30, 2012 Share Posted November 30, 2012 Hey everyone, This is probably something really simple, but i cant seem to figure out how to do this, i want to create a form that once the person has filled out their info (email, name, age, bio...etc) it will send them an email confirmation with a time stamp of when they entered the info. My question is, how the heck do i get php to take the email address they have submitted and send a confirmation to that email address? Im assuming i need to create a variable for the <input> for the email text area? im not so sure though... thank you Quote Link to comment https://forums.phpfreaks.com/topic/271418-how-to-create-a-form-with-email-confirmation/ Share on other sites More sharing options...
NomadicJosh Posted November 30, 2012 Share Posted November 30, 2012 (edited) Check out phpMailer. It has quite a few examples including smtp: http://phpmailer.worxware.com/index.php?pg=examples Edited November 30, 2012 by parkerj Quote Link to comment https://forums.phpfreaks.com/topic/271418-how-to-create-a-form-with-email-confirmation/#findComment-1396535 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.