/**
  * Creates a new SMTPMailSender object.
  */
 public function __construct()
 {
     Mail::$lineEnding = "\r\n";
 }