Closed (outdated)
Project:
Mail
Version:
master
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
24 Oct 2006 at 23:28 UTC
Updated:
9 Aug 2016 at 10:10 UTC
Jump to comment: Most recent
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