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 charset( void ) : string

Returns the email charset setting value.

public languageCode( void ) : string

Returns the email language code setting value.

public languagePath( void ) : string

Returns the email language path setting value.

public emailTransport( void ) : string

Returns the email transport setting value.

public mainServer( void ) : string

Returns the email main server setting value.

public backupServer( void ) : string

Returns the email backup server setting value.

public auth( void ) : string

Returns the email auth setting value.

public user( void ) : string

Returns the email user setting value.

public password( void ) : string

Returns the email password setting value.

public port( void ) : string

Returns the email port setting value.

public encryption( void ) : string

Returns the email encryption setting value.

public sendMailPath( void ) : string

Returns the email send mail path setting value.

public useHtmlMail( void ) : boolean

Returns true if email should be send in html format and false otherwise.

Properties summary

protected $charset : string

		
protected $languageCode : string

		
protected $languagePath : string

		
protected $emailTransport : string

		
protected $mainServer : string

		
protected $backupServer : string

		
protected $auth : string

		
protected $user : string

		
protected $password : string

		
protected $port : string

		
protected $encryption : string

		
protected $sendMailPath : string

		
protected $useHtmlMail : boolean