Class EmailMailerSettings
Class EmailMailerSettings
Methods summary
public
__construct( StringType $charset, StringType $languageCode, StringType $languagePath, StringType $emailTransport, StringType $mainServer, StringType $backupServer, StringType $auth, StringType $user, StringType $password, StringType $port, StringType $encryption, StringType $sendMailPath, BoolType $useHtmlMail )
EmailMailerSettings constructor.
public
useHtmlMail( void )
: boolean
Returns true if email should be send in html format and false otherwise.