Title: mail() function
Last modified: August 20, 2016

---

# mail() function

 *  Resolved [syndrael](https://wordpress.org/support/users/syndrael/)
 * (@syndrael)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/mail-function-1/)
 * 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/](http://wordpress.org/extend/plugins/ultimate-blogroll/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [jensg](https://wordpress.org/support/users/jensg/)
 * (@jensg)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/mail-function-1/#post-3390759)
 * Absolutely interested
 *  Thread Starter [syndrael](https://wordpress.org/support/users/syndrael/)
 * (@syndrael)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/mail-function-1/#post-3390760)
 * 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.

 * ![](https://s.w.org/plugins/geopattern-icon/ultimate-blogroll.svg)
 * [Ultimate Blogroll](https://wordpress.org/plugins/ultimate-blogroll/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/ultimate-blogroll/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/ultimate-blogroll/)
 * [Active Topics](https://wordpress.org/support/plugin/ultimate-blogroll/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ultimate-blogroll/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ultimate-blogroll/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [syndrael](https://wordpress.org/support/users/syndrael/)
 * Last activity: [13 years, 1 month ago](https://wordpress.org/support/topic/mail-function-1/#post-3390760)
 * Status: resolved