Class MailerAdapter

Class MailerAdapter

This class provides a communication layer with the external mailing library in order to isolate the library-specific code.

MailerAdapter implements MailerAdapterInterface
Package: Email
Category: System
Located at Services/System/Email/MailerAdapter.inc.php

Methods summary

public __construct( PHPMailer $mailer, TrueBV\Punycode $punycode, BoolType $useHtmlMail = null )

Class Constructor

public send( EmailInterface $email )

Sends a single email.

Properties summary

protected $mailer : PHPMailer

PHPMailer Instance


		
protected $punycode : TrueBV\Punycode

Used for punycode encoding.


		
protected $useHtmlMail : boolean