Package sapphire\email
Classes summary
| Class to support sending emails. | |
| Email_BounceHandler | Base class that email bounce handlers extend |
| Email_BounceRecord | Database record for recording a bounced email |
| Mailer | Mailer objects are responsible for actually sending emails. The default Mailer class will use PHP's mail() function. |
| NewsletterEmailBlacklist | This class is responsible for ensuring that members who are on it receive NO email communication at all. any correspondance is caught before the email is sent. |
| QueuedEmail | Stores a queued email to be sent at the given time |
| QueuedEmailDispatchTask | Daily task to send queued email. |
| SimpleOrderPage_SubmittedFormEmail | Class to support sending emails. |
| TestMailer |