Posted by nedjo on October 24, 2006 at 11:28pm
| Project: | |
| 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.
}
?>