Moderators: jmacgreg, michael, John
$ret = @fwrite($this->socket, $command . (empty($data) ? '' : ' ' . $data) . "\r\n");$line = @fgets($this->socket);[email]
; Use SMTP for sending mail instead of mail()
smtp = On
; SMTP server settings
smtp_server = tls://smtp.gmail.com
smtp_port = 587
; Enable SMTP authentication
; Supported mechanisms: PLAIN, LOGIN, CRAM-MD5, and DIGEST-MD5
smtp_auth = PLAIN
smtp_username = +++
smtp_password = +++
; Allow envelope sender to be specified
; (may not be possible with some server configurations)
allow_envelope_sender = On
Return to OCS Technical Support
Users browsing this forum: No registered users and 1 guest