$this->SwiftMailer->connection = 'smtp'; // default and thus you don't have to specify it $this->SwiftMailer->smtp_host = 'smtp.gmail.com'; $this->SwiftMailer->smtp_type = 'tls'; if($this->SwiftMailer->connect()) { // .. }