/**
  * Perform the SMTP greeting process (don't do this unless you understand why you're doing it)
  */
 public function handshake()
 {
     $this->swift->handshake();
 }