Skip to content

Commit

Permalink
*7980* Use smtpmailer instead of custom mailer
Browse files Browse the repository at this point in the history
  • Loading branch information
asmecher committed Oct 25, 2012
1 parent b38d1e8 commit 6e771ac
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.TEMPLATE.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -274,8 +274,8 @@
; smtp_port = 25

; Enable SMTP authentication
; Supported mechanisms: PLAIN, LOGIN, CRAM-MD5, and DIGEST-MD5
; smtp_auth = PLAIN
; Supported mechanisms: ssl, tls
; smtp_auth = ssl
; smtp_username = username
; smtp_password = password

Expand Down
17 changes: 17 additions & 0 deletions docs/release-notes/README-3.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
OJS 3.0 Release Notes
CVS tag: ojs-3_0_0-0
Release date:
=================================


Configuration Changes
---------------------

See config.TEMPLATE.inc.php for a description and examples of all supported
configuration parameters.

Changed config.inc.php parameters:
- mail:smtp_auth: The possible values of this setting have changed from
PLAIN, LOGIN, CRAM-MD5, and DIGEST-MD5 to ssl or tls (or leave
unspecified to disable SMTP authentication). See the phpmailer
library's documentation for further details.

0 comments on commit 6e771ac

Please sign in to comment.