Announcement

#1 2020-03-10 01:07:30

kdmiller45
Member
Phoenix
2018-07-16
67

Email setting

Hello/Hi/Greetings,

where is the file that sets email setting and what is the name also please

Piwigo version: version 2.10.1
PHP version:
MySQL version: PHP version: 7.2.24-0ubuntu0.18.04.3
Piwigo URL: http://www.vetiraq.com
Apache/2.4.29 (Ubuntu)

Thanks for the help

Nice program too

Keith

Offline

 

#2 2020-03-10 11:10:54

executive
Member
2017-08-16
1214

Offline

 

#3 2020-03-10 11:26:28

erAck
Only trying to help
2015-09-06
2026

Re: Email setting

If you're talking about the sending settings they are in the config, see include/config_default.inc.php search the email section for what is available and modify in local/config/config.inc.php


Running Piwigo at https://erack.net/gallery/

Offline

 

#4 2020-03-10 18:28:29

executive
Member
2017-08-16
1214

Re: Email setting

I think it can be added to [extension by Piwigo Team] LocalFiles Editor too right?

I think using the extension is easier to manage than editing files, plus it's a great for adding any other modifications.

Offline

 

#5 2020-03-10 23:45:50

kdmiller45
Member
Phoenix
2018-07-16
67

Re: Email setting

I tired editing it with the local files ediitor doing the following

// +-----------------------------------------------------------------------+
// |                                 email                                 |
// +-----------------------------------------------------------------------+

// send_bcc_mail_webmaster: send bcc mail to webmaster. Set true for debug
// or test.
$conf['send_bcc_mail_webmaster'] = false;

// define the name of sender mail: if value is empty, gallery title is used
$conf['mail_sender_name'] = '';

// define the email of sender mail: if value is empty, webmaster email is used
$conf['mail_sender_email'] = 'xxx@vetiraq.com';

// set true to allow text/html emails
$conf['mail_allow_html'] = true;

// smtp configuration (work if fsockopen function is allowed for smtp port)
smtp_host: smtpout.xxx.com
//  if null, regular mail function is used
smtpout.xxx.com:25
// smtp_user/smtp_password: user & password for smtp authentication
$conf['smtp_host'] = 'smtpout.xxx.com';
$conf['smtp_user'] = 'xxx@xxx';
$conf['smtp_password'] = 'xxxxxxxx';

// 'ssl' or 'tls'
$conf['smtp_secure'] = null;

and got this error

piwigo/plugins/LocalFilesEditor/include/functions.inc.php(45) : eval()'d code on line 26

Last edited by kdmiller45 (2020-03-10 23:47:21)

Offline

 

#6 2020-03-11 00:28:52

executive
Member
2017-08-16
1214

Re: Email setting

comment out these lines

smtp_host: smtpout.xxx.com

smtpout.xxx.com:25

Offline

 

#7 2020-03-11 00:42:39

kdmiller45
Member
Phoenix
2018-07-16
67

Re: Email setting

how about this error now

Warning
: Mailer Error: SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/ … leshooting in
/var/www/vetiraq_3/piwigo/include/functions_mail.inc.php
on line
908

Offline

 

#8 2020-03-11 14:52:54

erAck
Only trying to help
2015-09-06
2026

Re: Email setting

Well.. visit the URI it points to? This is beyond Piwigo.


Running Piwigo at https://erack.net/gallery/

Offline

 

#9 2020-03-12 13:33:40

Richard Vandermark
Member
USA
2020-03-12
1

Re: Email setting

Hey, guys!
I am glad to join you
Thanks for the platform!

Offline

 

Board footer

Powered by FluxBB

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