Solar_Mail

Classes in the Solar_Mail package:

Solar_Mail_Message

Class to build an email message for sending through a transport.

Solar_Mail_Message_Part

Represents one MIME part of a Solar_Mail_Message.

Solar_Mail_Transport

Factory class for mail transport adapters.

Solar_Mail_Transport_Adapter

Abstract mail-transport adapter.

Solar_Mail_Transport_Adapter_Echo

Pseudo-transport that just prints the message headers and content.

Solar_Mail_Transport_Adapter_File

Pseudo-transport that writes the message headers and content to a file.

Solar_Mail_Transport_Adapter_None

Pseudo-transport that does nothing at all.

Solar_Mail_Transport_Adapter_Phpmail

Mail-transport adapter using PHP's mail() function.

Solar_Mail_Transport_Adapter_Smtp

Mail-transport adapter using an SMTP adapter connection.



Local