Auto Reply to ALL Email To and CC fields

Moderator: crythias

Locked
rmweiss7
Znuny newbie
Posts: 1
Joined: 17 Oct 2014, 17:52
Znuny Version: 3.3.9
Real Name: Rocky

Auto Reply to ALL Email To and CC fields

Post by rmweiss7 »

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?
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

Post by crythias »

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
ardli
Znuny newbie
Posts: 27
Joined: 06 Jan 2015, 09:13
Znuny Version: 4.0.x

Re: Auto Reply to ALL Email To and CC fields

Post by ardli »

Dear crythias,

is possible to do custom development if there is this need?
reneeb
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

Post by reneeb »

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
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
ardli
Znuny newbie
Posts: 27
Joined: 06 Jan 2015, 09:13
Znuny Version: 4.0.x

Re: Auto Reply to ALL Email To and CC fields

Post by ardli »

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
just replace article.pm? no need configuration elsewhere?

thx u
reneeb
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

Post by reneeb »

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
Locked