Emails sent to xyz@example.com creates an otrs ticket and auto reply works. I want to configure the OTRS to send the new ticket auto response mail to all e-mail addresses in the mail.
Example: X is sending an e-mail to us. In his e-mail, at to field, there are also persons like Y and Z. In addition to this, at cc field, there are another persons like T, U, V.
Currently, OTRS sends new ticket auto response to only X. However, I want OTRS to send new ticket auto response to also the persons Y,Z,T,U,V .
Is it possible?
Auto Reply to ALL Email To and CC fields
Moderator: crythias
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: Auto Reply to ALL Email To and CC fields
No.
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
Re: Auto Reply to ALL Email To and CC fields
Dear crythias,
is possible to do custom development if there is this need?
is possible to do custom development if there is this need?
-
- Znuny guru
- Posts: 5018
- Joined: 13 Mar 2011, 09:54
- Znuny Version: 6.0.x
- Real Name: Renée Bäcker
- Company: Perl-Services.de
- Contact:
Re: Auto Reply to ALL Email To and CC fields
Sure, with custom development, you can change all the OTRS behaviours...
For this, you would need to change https://github.com/OTRS/otrs/blob/rel-4 ... e.pm#L3162
For this, you would need to change https://github.com/OTRS/otrs/blob/rel-4 ... e.pm#L3162
Perl / Znuny development: http://perl-services.de
Free Znuny add ons from the community: http://opar.perl-services.de
Commercial add ons: http://feature-addons.de
Free Znuny add ons from the community: http://opar.perl-services.de
Commercial add ons: http://feature-addons.de
Re: Auto Reply to ALL Email To and CC fields
just replace article.pm? no need configuration elsewhere?reneeb wrote:Sure, with custom development, you can change all the OTRS behaviours...
For this, you would need to change https://github.com/OTRS/otrs/blob/rel-4 ... e.pm#L3162
thx u
-
- Znuny guru
- Posts: 5018
- Joined: 13 Mar 2011, 09:54
- Znuny Version: 6.0.x
- Real Name: Renée Bäcker
- Company: Perl-Services.de
- Contact:
Re: Auto Reply to ALL Email To and CC fields
I would create a proper Custom ticket module (see https://github.com/OTRS/otrs/blob/rel-4 ... pm.example) that overrides SendAutoResponse... and you need a xml config file that activates the custom ticket module (https://github.com/OTRS/otrs/blob/rel-4 ... t.xml#L473)
Perl / Znuny development: http://perl-services.de
Free Znuny add ons from the community: http://opar.perl-services.de
Commercial add ons: http://feature-addons.de
Free Znuny add ons from the community: http://opar.perl-services.de
Commercial add ons: http://feature-addons.de