for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* BrightNucleus ChainMail Component.
*
* @package BrightNucleus/ChainMail
* @author Alain Schlesser <[email protected]>
* @license MIT
* @link http://www.brightnucleus.com/
* @copyright 2016 Alain Schlesser, Bright Nucleus
*/
namespace BrightNucleus\ChainMail\Mail;
* Class HTMLMail.
* @since 1.0.0
* @package BrightNucleus\ChainMail
class HTMLMail extends AbstractMail
{
* Set the format of the mail.
protected function setFormat()
$this->format = 'html';
}
* Set the context of the renderer.
* @param array $context Context to set/modify.
* @return array Updated context.
protected function setContext(array $context)
return $context;