SMTP handler support

nedjo - October 24, 2006 - 23:28
Project:Mail
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.
}
?>

 
 

Drupal is a registered trademark of Dries Buytaert.