Sending Email

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
jeanguy123
Posts: 4
Joined: Thu Apr 29, 2021 7:46 am

Sending Email

Post 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?
Klemen
Site Admin
Posts: 10142
Joined: Fri Feb 11, 2005 4:04 pm

Re: Sending Email

Post 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.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
jeanguy123
Posts: 4
Joined: Thu Apr 29, 2021 7:46 am

Re: Sending Email

Post 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?
Klemen
Site Admin
Posts: 10142
Joined: Fri Feb 11, 2005 4:04 pm

Re: Sending Email

Post 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).
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
jeanguy123
Posts: 4
Joined: Thu Apr 29, 2021 7:46 am

Re: Sending Email

Post 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.
jeanguy123
Posts: 4
Joined: Thu Apr 29, 2021 7:46 am

Re: Sending Email

Post 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!
Klemen
Site Admin
Posts: 10142
Joined: Fri Feb 11, 2005 4:04 pm

Re: Sending Email

Post by Klemen »

Glad to hear that and thank you for posting your solution.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Post Reply