Automatic emailing

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
User avatar
evilchris2003
Forum Contributor
Posts: 106
Joined: Sun Nov 12, 2006 6:43 am
Location: Derby, UK

Automatic emailing

Post by evilchris2003 »

Hiya

Im building a website for a friend and I would like to implement a simple automated process for users who forget their login criteria
I would appreciate any suggestions that anyone may have on how to achieve this

Im not sure if this is the correct forum so sorry if it is not

Thanks in advance
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

Many systems flag an account with a randomly generated identifiers then email a link that will then email the registered email address(es) with a link and some text about the request to verify that they indeed requested it.
User avatar
evilchris2003
Forum Contributor
Posts: 106
Joined: Sun Nov 12, 2006 6:43 am
Location: Derby, UK

Post by evilchris2003 »

Thanks Feyd ill look into
Post Reply