Hi,
When i send an invite email for test i am receiving the following message:
[code]X-Mailer: PHP/5.2.8
MIME-Version: 1.0
Content-Type: text/html; charset=utf-8
Content-Transfer-Encoding: 8bit
Join me on "My Jcow Network" - This is a Social Network<br />
<strong><a href="[url]Click[/url">http://mydomainname/member/signup/12">Click[/url] Here to Join!</a></strong><br /><br /><br />invited by <a href="[url]admin">http://mydomainname/u/admin">admin</a>[/code][/url]
I have try with adding following header in invite.php:
[code] $headers .= "X-Mailer: Myscript\n";
$headers .= 'MIME-Version: 1.0' . "\n";
$headers .= 'Content-type: text/html; charset=iso-8859-1' . "\r\n";[/code]
...but nothing is changed.
So i try an other change into headers in common.inc.php function jcow_mail (line 889), but nothing has changed in the result!
Do you know any solution, please?
Thank you,
Gilbert |