Example #1
0
 /**
  * Try to get the SMTP greeting
  * @return string response
  */
 public function getGreeting()
 {
     $this->validCommandSent = false;
     return SmtpMsgStub::greeting();
 }