PHP Class Bolt\Configuration\Check\EmailSetup

Author: Gawain Lynch ([email protected])
Inheritance: extends Bolt\Configuration\Check\BaseCheck, implements Bolt\Configuration\Check\ConfigurationCheckInterface
Show file Open project: bolt/bolt

Protected Properties

Property Type Description
$options array

Public Methods

Method Description
runCheck ( )
setOptions ( array $options )

Protected Methods

Method Description
checkMailOptions ( )

Private Methods

Method Description
getEmailHtml ( ) : string Render HTML for the sample email.
sendMessage ( string $senderMail, string $senderName, string $mailhtml ) Attempt to send the email message.

Method Details

checkMailOptions() protected method

protected checkMailOptions ( )

runCheck() public method

public runCheck ( )

setOptions() public method

public setOptions ( array $options )
$options array

Property Details

$options protected property

protected array $options
return array