mail.module should use an smtp handler if available. Something like:
if (function_exists('user_mail_wrapper')) {
// Use this instead of activeMailLib.
}
mail.module should use an smtp handler if available. Something like:
if (function_exists('user_mail_wrapper')) {
// Use this instead of activeMailLib.
}
Comments
Comment #1
zerolab commented