From 7f2d3fe39786a4ea83300cc81e0985aae3244fff Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Wed, 12 Jun 2013 18:56:30 +0200 Subject: [PATCH] Add SMTP_SECURE needed for v 1.8 --- .../etc/e-smith/templates/usr/share/tt-rss/config.php/35digest | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/root/etc/e-smith/templates/usr/share/tt-rss/config.php/35digest b/root/etc/e-smith/templates/usr/share/tt-rss/config.php/35digest index 7183b8d..5253dc1 100644 --- a/root/etc/e-smith/templates/usr/share/tt-rss/config.php/35digest +++ b/root/etc/e-smith/templates/usr/share/tt-rss/config.php/35digest @@ -17,6 +17,7 @@ define('SMTP_LOGIN', ''); define('SMTP_PASSWORD', ''); - // These two options enable SMTP authentication when sending + define('SMTP_SECURE', ''); + // These three options enable SMTP authentication when sending // outgoing mail. Only used with SMTP_HOST