As the Mail function in PHP is lacky i tend to use the phpmailer extension. But here it goes..
When i do a form POST and post some data it fucks up the link in the mail it sends.
Example HTML mail:
This is a test <a href="http://www.site.com">url</a>
When i try to debug it and catch it (with $HTTP_POST_VARS['message']) before it hits the mailserver it looks lke this, and gives the end result:
When i view it in an outlook mail client the output will be the same, except the link is a little different:
this is a test url (with the url link looking like this: outbind://12-000000004329746234872/"http://www.site.com/")
Is it me that is stupid? Please help me.
Thanks in advance
Tom Ahasverussen