Page 1 of 1

WebHelp responsive with Feedback - Email configuration

Posted: Tue Nov 07, 2017 1:36 pm
by parisk
Hello,

When I was setting up the WebHelp system for the first time, I added the email address to be used as "from" in sent emails.
The LDAP configuration was successful and everything seemed to be working.
However the notification system is broken.
This makes sense to me, since I haven't provided the info of the SMTP mail server.

Is there a configuration step I missed or a file I should edit?
Thank you in advance! :)

Re: WebHelp responsive with Feedback - Email configuration

Posted: Wed Nov 08, 2017 4:46 pm
by bogdan_cercelaru
Hello,

The feedback module doesn't need any special configuration for SMTP mail server. It uses the information from the php.ini file configuration of the PHP installation.
For example, you should edit your php.ini file to contain the following line:

Code: Select all


[mail function]
SMTP = localhost
smtp_port = 25
You can read more about how to configure SMTP mail server for PHP here: http://php.net/smtp

Regards,
Bogdan

Re: WebHelp responsive with Feedback - Email configuration

Posted: Thu Nov 09, 2017 12:33 pm
by parisk
Thanks for the info! :)