Helpdesk da PluGzOne, baseado no osTicket
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

25 lines
723 B

#
# Email template: task.activity.notice.yaml
#
# Notice sent to collaborators on task activity e.g reply or message
#
---
notes: |
Notice sent to collaborators on task activity e.g reply or message.
subject: |
Re: %{task.title} [#%{task.number}]
body: |
<h3><strong>Dear %{recipient.name.first},</strong></h3>
<div>
<em>%{poster.name}</em> just logged a message to a task in which you participate.
</div>
<br>
%{message}
<br>
<br>
<hr>
<div style="color: rgb(127, 127, 127); font-size: small; text-align: center;">
<em>You're getting this email because you are a collaborator on task
#%{task.number}. To participate, simply reply to this email.</em>
</div>