Hi peeps =]
Ok, I have tried sending html encoded email using the mail(); function, however, in some instances I am intending to output things like name and email addresses, I know this is possible with html email but I am wondering how it's done, do you have to go into <?php echo '$name' ?> to output it? Because usually when I try just $name on a html encoded email it just outputs exactly that, $name, instead of the occupant of the variable.
Please help lol