Hi,
You have to set the content-type of the email to html, and use html in your mail.
Check - under Example #4 Sending HTML email:
http://php.net/manual/en/function.mail.php
With phpmailer do:
$mail->IsHTML(true);
http://phpmailer.worxware.com/index.php?pg=tutorial#4
Hi,
There is no "right" framework for you. Most of the frameworks out there meets your requirements.
A person familiar with zend, will tell you zend, one familiar with cakePHP will tell you cake ... etc...
It's a personal choice - just like picking a javascript framework
If you're not that much into php, chose a framework YOU find easy to use. Read the docs of the different frameworks!
//jkejser
'cough' .. CodeIgniter .. 'cough' ....
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.