Jet\Mailing_Backend_Abstract

A very simple (actually primitive :-) ) abstract class defining the interface for the backend that takes care of actually sending the message.

Overview of methods

Method Meaning of
public sendEmail(
Mailing_Email $email
) : bool
Sends the given e-mail and returns true on success.
Previous chapter
Jet\Mailing_Config_Sender
Next chapter
Jet\Mailing_Backend_Default