Add SMTP_SECURE needed for v 1.8

This commit is contained in:
Daniel Berteaud 2013-06-12 18:56:30 +02:00
parent bad3599af7
commit 7f2d3fe397
1 changed files with 2 additions and 1 deletions

View File

@ -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