cmdData() protected method

Sends the DATA command to the SMTP server.
protected cmdData ( )
Ejemplo n.º 1
0
 /**
  * Sends the DATA command to the SMTP server.
  *
  * @throws ezcMailTransportSmtpException
  *         if there is no valid connection
  *         or if the DATA command failed
  */
 public function cmdData()
 {
     parent::cmdData();
 }