Page 1 of 1

Sending Email

Posted: Thu Apr 29, 2021 7:52 am
by jeanguy123
Script URL:
Version of script: 3.2.2
Hosting company:
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:

Write your message below:

Hello,

I installed hesk and everythings works good.
If I create a ticket, an email is sending.
But when I reply to a customer, there is not email sending immediatly.
Email is send at 3:00 (time of Paris).
If I click on "Resend notification by email", email is send immediatly.
I use PHP mail() to send email.

Is there any solution to send email immediatly?

Re: Sending Email

Posted: Thu Apr 29, 2021 1:57 pm
by Klemen
Hesk queues the email immediately after you reply. You will need to check your mail server logs to see why the delay is happening.

Re: Sending Email

Posted: Fri Apr 30, 2021 8:45 am
by jeanguy123
thank you for your response.

Do you know how to access to log with OVH?

it's weird that the resend notification function works directly, isn't it?

Re: Sending Email

Posted: Fri Apr 30, 2021 11:10 am
by Klemen
Sorry, not familiar with OVH. Contact their support and ask them if you can access Exim logs (or whatever they use for sending emails).

It is strange, yes. The exact same functions are used in both cases so there is no reason one works and the other doesn't (unless you have "Don't send email notification of this reply to the customer" checked in the reply box).

Re: Sending Email

Posted: Fri Apr 30, 2021 1:13 pm
by jeanguy123
I contacted the support, but as they are often quite long to answer I asked here just in case.

No, the box is unchecked.

Re: Sending Email

Posted: Tue May 04, 2021 12:44 pm
by jeanguy123
Hello,

problem solved by ovh, they had to lift a limitation on our php mail function.
Thanks to you for this nice software!

Re: Sending Email

Posted: Tue May 04, 2021 1:36 pm
by Klemen
Glad to hear that and thank you for posting your solution.