This module should be splitted, in a way that the "mail system" just calls the necessary class when it really needs to send some email. With this, it will be possible, to optimize and reduce memory consumption in most cases.

Comments

magico’s picture

Status: Active » Closed (won't fix)

I don't use this anymore.

I've developed a drupal_mail() around the use of PEAR SMTP implementation that works much better than this.