$this->send_data('.', 250);
| if(!$this->send_data('.', 250)) { $this->fatal_error("Mail may not be delivered. Reason: ".$this->get_error()); }
|
$this->connection = @fsockopen($this->host, $this->port, $error_number, $error_string, $this->timeout);
// DIRECTORY_SEPARATOR checks if running windows
|
$this->connection = @fsockopen($this->host, $this->port, $error_number, $error_string, $this->timeout);
// DIRECTORY_SEPARATOR checks if running windows
|
{ @stream_set_timeout($this->connection, $this->timeout, 0); }
| { @stream_set_timeout($this->connection, $this->timeout, 0); }
|