Page 1 of 1
phpMyFAQ 2.8 SMTP Configuration
Posted: Mon Aug 11, 2014 11:18 am
by Jaspers05
Dear all,
I dont know if it is possible, but does phpMyFAQ 2.8 contain the function to send an e-mail when a comment is posted on a question. If something like this is possible then my following question is, when can I set the SMTP configuration for this?
Re: phpMyFAQ 2.8 SMTP Configuration
Posted: Mon Aug 11, 2014 7:22 pm
by Thorsten
Hi,
phpMyFAQ uses the builtin PHP mail() functionality.
bye
Thorsten
Re: phpMyFAQ 2.8 SMTP Configuration
Posted: Tue Aug 12, 2014 1:59 pm
by mmhesse
I tested php mail() but it dont work reliable.
Is there another option ?
Regards
Matthias
Re: phpMyFAQ 2.8 SMTP Configuration
Posted: Tue Aug 12, 2014 4:56 pm
by Thorsten
Hi,
sadly no but you can add a feature request on GitHub.
bye
Thorsten
Re: phpMyFAQ 2.8 SMTP Configuration
Posted: Wed Aug 13, 2014 10:36 am
by Jaspers05
Where do i find this mail() ??
Re: phpMyFAQ 2.8 SMTP Configuration
Posted: Wed Aug 13, 2014 10:39 am
by Thorsten
Re: phpMyFAQ 2.8 SMTP Configuration
Posted: Fri Aug 15, 2014 7:29 am
by Jaspers05
this did'nt work for me. i installed a satallite mail server on my ubuntu server and i let the php.ini use that mail server to mail. But thats for all the input!
Re: phpMyFAQ 2.8 SMTP Configuration
Posted: Fri Aug 15, 2014 7:31 am
by Thorsten
Hi,
you can post a feature request for better SMTP support here:
https://github.com/thorsten/phpMyFAQ/issues
bye
Thorsten