[SOLVED] PHP mail - runner_mail array |
3/29/2012 15:24:38 | |
| PHPRunner General questions | ||
|
J
Jeroef author
When trying to send a HTML mail i am missing my å,ä,ö chars. I can't get this to work. I am using this array:
|
||
|
J
|
Jeroef author 3/29/2012 |
|
Problem solved. Using this array makes my å ä ö show. runner_mail(array('to' => $email, 'subject' => $subject, 'htmlbody' => $message, 'charset' => 'iso-8859-1')); |
|