• Resolved syndrael

    (@syndrael)


    I’d like to avoid php mail() function to call wp_mail() (thanks to a plugin called WP-Mail-SMTP). There’re not many people who like mail().
    Do you think it’d be useful for you to modify domain/UbMain.php ?
    Here’s what i propose (line 25)

    if(function_exists(‘wp_mail’))
    wp_mail(UbMapper::getInstance(UbMapper::Settings)->getConfig(“blogroll_contact”), $subject, $body, $headers);
    else
    mail(UbMapper::getInstance(UbMapper::Settings)->getConfig(“blogroll_contact”), $subject, $body, $headers);

    Are you interested by including it ?
    Best regards
    S.

    http://wordpress.org/extend/plugins/ultimate-blogroll/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author jensg

    (@jensg)

    Absolutely interested

    Thread Starter syndrael

    (@syndrael)

    Do you want to include it in a further update ?
    Now, i’m not focused on your plugin (not enough time) but when i’ll be back for it, i’ll check a newer version.
    Best regards

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘mail() function’ is closed to new replies.