Helpful Information
 
 
Category: PHP Development
E-mail Verification

hi ,

i'm looking for a php program with mysql as database which will
send a website username , password to anybody's mail inbox.
also unless and until he clicks a link in the mail asking him to activate his login,
the login and username he enters on the site should not be valid.

please consider this as urgent
regards
rsrao




------------------
r.s.rao
rsrao_raju@hotmail.com

If you are looking for an entire solution, that may be a bit much to ask here...there's lots to consider and many questions to ask. If you just need to know how to make PHP send email to someone, use

mail(string recipient, string subject, string body, string additional_headers).

PHP will use sendmail on Unix or SMTP on Windows to send the message.

-TM










privacy (GDPR)