wordpress mail notification
manu
if you wonder why you don’t get notification mails from your wordpress 1.5.x installation, maybe this helps:
change the return value of function wp_mail in wp-includes/functions.php from
@mail($to, $subject, $message, $headers, $more);
to
@mail($to, $subject, $message, $headers);
tags:
wordpress, wp_mailPosted in wordpress |
|

