Live Helper Chat support forum.. Forum is locked. New place for questions - Github Discussions
You are not logged in.
Hi,
I tried to edit the email but it won't work. FAQ's works fine though. I'm running on Ubuntu 14.04 , default. How do i Check or make sure this is working fine? ..
Solution ***
** Read This
Recipient is decided in the following order
If department has assigned e-mail this email receives the requests
If department does not have assigned e-mail, check perhaps e-mail template has recipient field filled
If none of the above conditions are met, mail is send to first from users list. In most cases it's the admin.
Also ensure you select department when grabbing the widget/ html code.
Thanks.
Last edited by RainbowHat (2014-08-10 02:25:56)
Offline
Hi,
Just try to check your server maillog. Also you can try to edit mail templates, and set sender e-mail.
Offline
Hi,
I did that , I don't see any maillogs available in ubuntu /var/logs. I also tried editing ALL Email templates with proper sender e-mail. Just to verify which is the Template for OFFLINE Form. I have been looking around codes still leant figure out why it won't send and interestingly just the offline form won't work
Hi,
Just try to check your server maillog. Also you can try to edit mail templates, and set sender e-mail.
Offline
You can try to debug this method. It's used for standard mail request.
https://github.com/LiveHelperChat/liveh … l.php#L210
Offline
You can try to debug this method. It's used for standard mail request.
https://github.com/LiveHelperChat/liveh … l.php#L210
Not sure how to use this code , i'm new to the structure , where is the code that handles Offline form mail sending. I'm looking at lhcchatmail.php inside the core. How do i call that instead?
Last edited by RainbowHat (2014-08-09 05:39:51)
Offline
That's the link to function which handles mail sending.
remdex wrote:You can try to debug this method. It's used for standard mail request.
https://github.com/LiveHelperChat/liveh … l.php#L210Not sure how to use this code , i'm new to the structure , where is the code that handles Offline form mail sending. I'm looking at lhcchatmail.php inside the core. How do i call that instead?
Offline
So do i like print it out and try debug what's wrong?
That's the link to function which handles mail sending.
RainbowHat wrote:remdex wrote:You can try to debug this method. It's used for standard mail request.
https://github.com/LiveHelperChat/liveh … l.php#L210Not sure how to use this code , i'm new to the structure , where is the code that handles Offline form mail sending. I'm looking at lhcchatmail.php inside the core. How do i call that instead?
Offline
Yes
Offline
Sorry, but you will have to debug on your own. I suggest to have a look at the end of this function and just print_r($mail); to see what attributes it get's and where it sends mail.
Offline