Announcement

#1 2014-01-17 02:36:22

kenl
Member
2013-01-12
91

[resolved] Sending email from Piwigo Using SMTP with SSL

Hello,

Is it possible to configure Piwigo to send email using SMTP with SSL?  An SSL connection is required by my ISP (AT&T).

See this link for more info:

http://www.att.com/esupport/article.jsp … fnChHOttjT

Thanks much.
KenL

Offline

 

#2 2014-01-18 00:40:57

kenl
Member
2013-01-12
91

Re: [resolved] Sending email from Piwigo Using SMTP with SSL

Hello,

I noticed that the email software was updated in version 2.6 and now I can send SMTP mail with SSL with the following settings:

$conf['smtp_host'] = 'outbound.att.net:465';
$conf['smtp_user'] = 'xxxx@bellsouth.net';
$conf['smtp_password'] = 'xxxx';
$conf['mail_sender_email'] = 'xxxx@bellsouth.net';
$conf['mail_allow_html'] = true;
$conf['smtp_secure'] = ssl;

Thank you for the great (and timely) enhancement!

KenL

Offline

 

#3 2014-01-18 12:05:55

mistic100
Former Piwigo Team
Lyon (FR)
2008-09-27
3277

Re: [resolved] Sending email from Piwigo Using SMTP with SSL

Hello

pure coincidence :)

(I saw your topic when you posted it but forgot to tease you !)

Offline

 

Board footer

Powered by FluxBB

github twitter newsletter Donate Piwigo.org © 2002-2024 · Contact