question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Email not sending when a ticket is updated

See original GitHub issue

Describe the bug

I configured the app using the official documentation and everything is working fine except the email sending issue, I saw a lot of problem on the Github but doesn’t match with me.

the problem doesn’t show any error but says: template "updated_submitter" does not exist, no mail sent template "updated_cc" does not exist, no mail sent

can anyone help me to fix that? thank you in advance

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:5

github_iconTop GitHub Comments

1reaction
rifat0rahmancommented, Jul 6, 2021

Can you confirm that there are records in the helpdesk_emailtemplate table in your database ?

My bad, the setting LANGUAGE_CODE is not taken into account. What’s important is the value you set for the locale in your queue (or the setting HELPDESK_EMAIL_FALLBACK_LOCALE), it should be en to work for English.

You can see the code for it here :

https://github.com/django-helpdesk/django-helpdesk/blob/a8ae89ce232b902ad94861e054125fe633b9c40e/helpdesk/templated_email.py#L58

the problem is solved , I created a new project with follow up the docs again. It solved it. I think the problem was I did not add my domain name in the first Sites name in admin panel thanks for replying.

0reactions
rifat0rahmancommented, Jul 6, 2021

Can you confirm that there are records in the helpdesk_emailtemplate table in your database ?

My bad, the setting LANGUAGE_CODE is not taken into account. What’s important is the value you set for the locale in your queue (or the setting HELPDESK_EMAIL_FALLBACK_LOCALE), it should be en to work for English.

You can see the code for it here :

https://github.com/django-helpdesk/django-helpdesk/blob/a8ae89ce232b902ad94861e054125fe633b9c40e/helpdesk/templated_email.py#L58

I have a table in my database helpdesk_emailtemplate , I donno what to do!!

is there any solution for override the function for updating tickets? or any solution?

Read more comments on GitHub >

github_iconTop Results From Across the Web

I don't receive email updates when a customer responds to a ...
Issue symptoms. I'm not getting email updates when a user has a follow-up email. I only get notifications about the first email from...
Read more >
Email Not Being Sent When Adding Ticket Notes - Forum
People began reporting to us that they are no longer receiving Notes/updates about their tickets by email. As a standard practice, we make...
Read more >
Email with ticket not sending after checkout | WordPress.org
Without the status “Completed” the ticket was not sent. I have added some php to change this and now after payment, the ticket...
Read more >
Ticket updates are not emailing - Spiceworks Community
If the ticket updated and the notification didn't send, can you confirm your email outgoing settings are correct, working and has a valid,...
Read more >
Triggers not working/sending emails - Technical assistance
It seems like no matter what trigger I configure, it wont send the email. The automated email reply on a new ticket (the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found