Hi,
is there a way to send HTML mails with the PHP function mail() ?
On PHP.net someone wrote to add
"Content-Type: text/html; charset=iso-8859-1\n";
to his mail() call. Seem not to work (or i did it wrong :rolleyes: )
By the way is there a list with all given PHP variables ($COOKIE, $HTTP... and so on ...) ?
bye