mail() function
-
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.https://www.ads-software.com/extend/plugins/ultimate-blogroll/
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘mail() function’ is closed to new replies.