You are here

9 calls to HTMLMailMime::successful() in HTML Mail 8

HTMLMailMime::addAttachment in src/Utility/HTMLMailMime.php
Adds a file to the list of attachments.
HTMLMailMime::addHtmlImage in src/Utility/HTMLMailMime.php
Adds an image to the list of embedded images.
HTMLMailMime::get in src/Utility/HTMLMailMime.php
Builds and returns the full multipart message with all its parts.
HTMLMailMime::getMessage in src/Utility/HTMLMailMime.php
Returns the complete e-mail, ready to send.
HTMLMailMime::parse in src/Utility/HTMLMailMime.php
Parse a complete message and return a MailMIME object.
HTMLMailMime::saveMessage in src/Utility/HTMLMailMime.php
Appends the complete e-mail to a file.
HTMLMailMime::saveMessageBody in src/Utility/HTMLMailMime.php
Appends the complete e-mail body to a file.
HTMLMailMime::setHtmlBody in src/Utility/HTMLMailMime.php
Sets the text/html part of the message.
HTMLMailMime::setTxtBody in src/Utility/HTMLMailMime.php
Set the text/plain part of the message.