Jet\Mailing_Backend_Default
Default mail sending backend inheriting from the abstract class Jet\Mailing_Backend_Abstract.
Method overview
Method | Meaning of |
---|---|
public sendEmail( Mailing_Email $email ) : bool |
It sends the given e-mail and returns true if successful. To send, it uses the standard PHP function mail. |