mail.module should use an smtp handler if available. Something like:


if (function_exists('user_mail_wrapper')) {
  // Use this instead of activeMailLib.
}

Comments

zerolab’s picture

Issue summary: View changes
Status: Active » Closed (outdated)