Class MailerAdapter
This class provides a communication layer with the external mailing library in order to isolate the library-specific code.
category |
System |
---|---|
package |
|
__construct(\PHPMailer $mailer, \TrueBV\Punycode $punycode, \BoolType $useHtmlMail = null)
\PHPMailer
PHPMailer instance.
\TrueBV\Punycode
Punycode encoder instance.
\BoolType
send(\EmailInterface $email)
Throws |
|
---|
mailer : \PHPMailer
var |
---|
\PHPMailer
punycode : \TrueBV\Punycode
var |
---|
\TrueBV\Punycode
useHtmlMail : boolean
var |
---|
boolean