mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-05 01:16:27 +00:00
Merge branch 'reply_to_on_comment' into 'dev'
Reply to on comment See merge request re2o/re2o!550
This commit is contained in:
commit
33e57839b8
1 changed files with 1 additions and 0 deletions
|
@ -272,6 +272,7 @@ class CommentTicket(AclMixin, models.Model):
|
|||
template.render(context),
|
||||
GeneralOption.get_cached_value("email_from"),
|
||||
[to_addr, self.parent_ticket.get_mail],
|
||||
reply_to=[to_addr, self.parent_ticket.get_mail],
|
||||
)
|
||||
send_mail_object(mail_to_send, self.request)
|
||||
|
||||
|
|
Loading…
Reference in a new issue