Project:Mail
Version:master
Component:Code
Category:feature request
Priority:normal
Assigned:Unassigned
Status:active

Issue Summary

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

<?php
if (function_exists('user_mail_wrapper')) {
 
// Use this instead of activeMailLib.
}
?>