function __construct($emailAddress, $customSmtpServer = false)
 {
     parent::__construct($emailAddress, $customSmtpServer);
 }