Hello,
We have a scenario where the customer has more than one customer user to be informed when a ticket is registered. By default OTRS sends mail only to the customer user associated with the ticket.
My ask: Is it possible to sent mail to all customer users of respective customer?
Ps: I dont like to use as a solution to create an email group (mail server) containing the addresses for each customer.
Thanks!
Send email to multiple customers users
Moderator: crythias
-
- Znuny newbie
- Posts: 72
- Joined: 18 Jul 2014, 14:40
- Znuny Version: 5.0.4
- Real Name: Jerry Nelson
Re: Send email to multiple customers users
I think you can accomplish this through Event Notifications. As long as the intended recipients have an account on the system with a registered email address they can be selected to receive notification of particular events (like ArticleCreate) and this can be filtered to only apply to a particular queue etc.
OTRS 5 on CentOS 7.1
Re: Send email to multiple customers users
Thanks for answer. Did the following test, set up an event notification filtering by TicketCreate event and only selected the Customer in "recepient groups." The desired would be to create a new ticket an email was sent to all registered e-mail to this customer but did not work. The only way I could make work was run manually adding the emails in the "Recipient email address". But in this case would have to create a notification for each client which is not a good way. Any other ideas?
jnelson wrote:I think you can accomplish this through Event Notifications. As long as the intended recipients have an account on the system with a registered email address they can be selected to receive notification of particular events (like ArticleCreate) and this can be filtered to only apply to a particular queue etc.
-
- Znuny newbie
- Posts: 72
- Joined: 18 Jul 2014, 14:40
- Znuny Version: 5.0.4
- Real Name: Jerry Nelson
Re: Send email to multiple customers users
You need to create a group with all the members in it and send the notification to that group. One of the options in Notification Management is Recipient Groups. Once your group is created, make the Notification and select the recipient group.guidoms wrote:Thanks for answer. Did the following test, set up an event notification filtering by TicketCreate event and only selected the Customer in "recepient groups." The desired would be to create a new ticket an email was sent to all registered e-mail to this customer but did not work. The only way I could make work was run manually adding the emails in the "Recipient email address". But in this case would have to create a notification for each client which is not a good way. Any other ideas?
OTRS 5 on CentOS 7.1