J
|
Jane 7/23/2009 |
Hi, $charset = ... $ret=runner_mail(array('to' => $email, 'subject' => $subject, 'body' => $msg, 'from'=>$from, 'charset'=>$charset)); |
M
|
mauro author 7/27/2009 |
Hi, you need to add additional parameters to the mail function for that. Here is a sample:
|