me

Syndication:


Google
Web manuelfoerster.net

Categories:

  • Blogroll

  • Archives:

    You currently browse items tagged with 'wp_mail'.

    Click here to remove this filter.

    wordpress mail notification

    January 14th, 2006 by 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);

    Posted in wordpress | No Comments »