$this->SwiftMailer->connection = 'sendmail'; $this->SwiftMailer->sendmail_cmd = '/usr/sbin/sendmail -bs'; if($this->SwiftMailer->connect()) { // .. }