1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 03:35:55 +00:00

Changes to support a new version of the phpmailer. Adds a new setting SMTP_SECURE,

which cna have a value of tls, ssl or be empty.  This is used for secure SMTP servers.
Also added the ability to have multiple email addresses in the to field.  Addresses are
separated by semicolons (;)
This commit is contained in:
justauser
2013-05-26 11:27:42 -04:00
parent df2655e015
commit 6dd01fcea2
31 changed files with 4487 additions and 2570 deletions

View File

@@ -172,6 +172,9 @@
// These two options enable SMTP authentication when sending
// outgoing mail. Only used with SMTP_SERVER.
define('SMTP_SECURE', '');
// used to select a secure SMTP conneciton. can be tls, ssl or enpty
// ***************************************
// *** Other settings (less important) ***
// ***************************************