Confirmation email on new registration help?

Hello friends,
I want to make my website registration more secure and i want to send a confirmation mail on new registration. so guys help me and suggest me a best php script for that.
Thanks.

frankly, it would be better to write the script by yourself - only in this case, you’ll get 100% what you expect :slight_smile:

binary: I just went through the same type of set up; I found this older post and used it to set up a confirmation email for a new user registration. http://net.tutsplus.com/tutorials/php/create-a-signup-form-with-email-confirmation/ Since it’s an older post, I had to redo some of the script; elements have or are being depreciated. I also opted to use PHPMailer instead of Swift mentioned in the post because it seemed to have more positive reviews.

Hope this finds you and helps.