WebHelp responsive with Feedback - Email configuration

Post here questions and problems related to editing and publishing DITA content.
parisk
Posts: 7
Joined: Fri Jul 21, 2017 10:51 am

WebHelp responsive with Feedback - Email configuration

Post 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! :)
bogdan_cercelaru
Posts: 222
Joined: Tue Jul 01, 2014 11:48 am

Re: WebHelp responsive with Feedback - Email configuration

Post 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
Bogdan Cercelaru
<oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger
http://www.oxygenxml.com
parisk
Posts: 7
Joined: Fri Jul 21, 2017 10:51 am

Re: WebHelp responsive with Feedback - Email configuration

Post by parisk »

Thanks for the info! :)
Post Reply