]> git.wh0rd.org - tt-rss.git/commit
Changes to support a new version of the phpmailer. Adds a new setting SMTP_SECURE,
authorjustauser <justausr@hotmail.com>
Sun, 26 May 2013 15:27:42 +0000 (11:27 -0400)
committerjustauser <justausr@hotmail.com>
Sun, 26 May 2013 15:27:42 +0000 (11:27 -0400)
commit6dd01fcea230dc96bd3955aa74cf16aa1c5c17ca
tree8c5084e9a7e0ba790d99803f8582546f3be24c2f
parentdf2655e01566f3c59337a020b1d70054ff585d75
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 (;)
31 files changed:
classes/ttrssmailer.php
config.php-dist
lib/phpmailer/class.phpmailer.php
lib/phpmailer/class.smtp.php
lib/phpmailer/language/phpmailer.lang-ar.php [new file with mode: 0644]
lib/phpmailer/language/phpmailer.lang-br.php [new file with mode: 0644]
lib/phpmailer/language/phpmailer.lang-ca.php [new file with mode: 0644]
lib/phpmailer/language/phpmailer.lang-ch.php [new file with mode: 0644]
lib/phpmailer/language/phpmailer.lang-cz.php [new file with mode: 0644]
lib/phpmailer/language/phpmailer.lang-de.php [new file with mode: 0644]
lib/phpmailer/language/phpmailer.lang-dk.php [new file with mode: 0644]
lib/phpmailer/language/phpmailer.lang-en.php [deleted file]
lib/phpmailer/language/phpmailer.lang-es.php [new file with mode: 0644]
lib/phpmailer/language/phpmailer.lang-et.php [new file with mode: 0644]
lib/phpmailer/language/phpmailer.lang-fi.php [new file with mode: 0644]
lib/phpmailer/language/phpmailer.lang-fo.php [new file with mode: 0644]
lib/phpmailer/language/phpmailer.lang-fr.php [new file with mode: 0644]
lib/phpmailer/language/phpmailer.lang-hu.php [new file with mode: 0644]
lib/phpmailer/language/phpmailer.lang-it.php [new file with mode: 0644]
lib/phpmailer/language/phpmailer.lang-ja.php [new file with mode: 0644]
lib/phpmailer/language/phpmailer.lang-nl.php [new file with mode: 0644]
lib/phpmailer/language/phpmailer.lang-no.php [new file with mode: 0644]
lib/phpmailer/language/phpmailer.lang-pl.php [new file with mode: 0644]
lib/phpmailer/language/phpmailer.lang-ro.php [new file with mode: 0644]
lib/phpmailer/language/phpmailer.lang-ru.php [new file with mode: 0644]
lib/phpmailer/language/phpmailer.lang-se.php [new file with mode: 0644]
lib/phpmailer/language/phpmailer.lang-sk.php [new file with mode: 0644]
lib/phpmailer/language/phpmailer.lang-tr.php [new file with mode: 0644]
lib/phpmailer/language/phpmailer.lang-zh.php [new file with mode: 0644]
lib/phpmailer/language/phpmailer.lang-zh_cn.php [new file with mode: 0644]
plugins/mail/init.php