Help with the mail() function please...
Posted: Tue Dec 12, 2006 10:56 pm
Ok, I've got a user registration page, now when all the validation is completed I want to email the user and have him click on a link to another page where they will enter in a code to complete the registration.
My question is, for the message parameter can I use an HTML page?
i.e.
My question is, for the message parameter can I use an HTML page?
i.e.
Code: Select all
mail($eAddress,$subjectString,Message.html);