sending mail after registration

He has: 31 posts

Joined: Jan 2004

how is it possible to send an email to a user after they have submitted a form?

a lot of sites send out a welcome email after you have registered. i have just built a registration system and was trying to find how welcome email are sent.. the only i can find on here and other sites is send-mail forms which would send the data to me and not the database.

any help would be appreciated
Mullet

I have to many questions at the mo and not enough clear and understandable information

Busy's picture

He has: 6,151 posts

Joined: May 2001

Using PHP you use the mail() function on completion of the form (and insertion in the database)

php.net is very handy as it lists all the functions.
Hotscripts.com is handy for scripts

DC_Sara's picture

She has: 392 posts

Joined: Jan 2002

I just finished a site and used a script from this site. (It's the MD Contact download.) There's an option to send an email to the user that just submitted contact inforrmation. I don't know if that's what you wanted or not. I like the form as you can use it to email more than one person when submitted. So for the site I just did, both owners received the form input. Smiling

~*Sara*~

He has: 31 posts

Joined: Jan 2004

thanks mate i got this done.. i used the registration confirm page to send an email with a email confirm link on it.

and it works...lol this is getting a bit advanced for me. thats why im posting here alot

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.