system.mail.inc

Version 1.2 (checked in on 2010/03/06 at 12:36:40 by dries)

Drupal core implementations of MailSystemInterface.

Classes

NameDescription
DefaultMailSystemThe default Drupal mail backend using PHP's mail function.
TestingMailSystemA mail sending implementation that captures sent messages to a variable.