SMTP handler support
nedjo - October 24, 2006 - 23:28
| Project: | |
| Version: | HEAD |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Description
mail.module should use an smtp handler if available. Something like:
<?php
if (function_exists('user_mail_wrapper')) {
// Use this instead of activeMailLib.
}
?>