Ejemplo n.º 1
0
 /**
  * Try to get a suitable response after a message was sent
  * @return string response
  */
 public function getMessageSent()
 {
     $this->ending = "\r\n";
     $this->dataSent = false;
     $this->to = array();
     $this->from = "";
     return SmtpMsgStub::OK();
 }