Quote:
Originally Posted by MrKing
lol to be honest i did not click on the link it was just when djeddie mentioned ( Also makes the unsubscribe link .. not linked ) i decided to check the source code.
haha
anyway i am using ms outlook 2007 which does support html emails i just left clicked and selected view source code
also i will try the menu alignment later as i just got in from work. 
|
I found a typo which most probably is causing this problem. Please open newsletter.php and in line 525 check if it's like:
Code:
$mail->Body = $bodytext.$bottomline;;
If yes, then change it to:
Code:
$mail->Body = $bodytext.$bottomline;
Please let me know.
Thank you
Maria