Auto Response "Auto Reply"
Moderator: crythias
-
- Znuny newbie
- Posts: 19
- Joined: 06 Jun 2011, 17:23
- Znuny Version: 3.0.8
- Real Name: Theo Sweeny
- Company: First Clarity
Auto Response "Auto Reply"
Hello - according to these forums it seems like it's not possible to get the auto response new ticket "auto reply" to reply to all email recipients associated with a new ticket.
Has any workaround been found or is there any potential hack which could be applied?
Has any workaround been found or is there any potential hack which could be applied?
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: Auto Response "Auto Reply"
Who is the other "Auto Reply" recipient? Agents or customers?
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
-
- Znuny newbie
- Posts: 19
- Joined: 06 Jun 2011, 17:23
- Znuny Version: 3.0.8
- Real Name: Theo Sweeny
- Company: First Clarity
Re: Auto Response "Auto Reply"
Usually it would be customers.Sometimes agents and more often than not, it would also have external users which are not registered within OTRS as either an agent or customer.
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: Auto Response "Auto Reply"
No. Unless you set up proper notification events. Your question is too ambiguous to answer.
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 Response "Auto Reply"
I thinks he means to send response to everyone that was included in the To: and CC:, except the OTRS e-mail address.
-
- Znuny expert
- Posts: 250
- Joined: 12 Oct 2010, 01:35
- Znuny Version: 3.0.9
- Company: LRS Health
Re: Auto Response "Auto Reply"
You will probably need to change the code in Postmaster/NewTicket.pm to notify everyone.
OTRS: 3.0.9 & ITSM 3.0.4 - OS: Windows 7 - DB: MySQL - Heaps of random/useful hacks 
[Major Code Changes]
ArticleFreeTime1-3
Ability to search ArticleFreeText

[Major Code Changes]
ArticleFreeTime1-3
Ability to search ArticleFreeText
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: Auto Response "Auto Reply"
I'd rather suggest creating a PostMaster Filter (external file) as it is modular and won't interfere with upgrades.MichaelR wrote:You will probably need to change the code in Postmaster/NewTicket.pm to notify everyone.
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
-
- Znuny expert
- Posts: 250
- Joined: 12 Oct 2010, 01:35
- Znuny Version: 3.0.9
- Company: LRS Health
Re: Auto Response "Auto Reply"
Yeah... if only my OTRS was easy to upgrade... Takes me about 1h to migrate all my changes on each upgrade XDcrythias wrote:I'd rather suggest creating a PostMaster Filter (external file) as it is modular and won't interfere with upgrades.
OTRS: 3.0.9 & ITSM 3.0.4 - OS: Windows 7 - DB: MySQL - Heaps of random/useful hacks 
[Major Code Changes]
ArticleFreeTime1-3
Ability to search ArticleFreeText

[Major Code Changes]
ArticleFreeTime1-3
Ability to search ArticleFreeText
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: Auto Response "Auto Reply"
Then you're doing it wrong
. You should be dropping your changes in otrs/Custom.

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
-
- Znuny expert
- Posts: 250
- Joined: 12 Oct 2010, 01:35
- Znuny Version: 3.0.9
- Company: LRS Health
Re: Auto Response "Auto Reply"
If I copy them all into the Custom directory, then when I upgrade I will still be required to check all new files to see if they are the same version as my modified ones?
But yes, this Custom directory seems like a nice place to store them all.
But yes, this Custom directory seems like a nice place to store them all.
OTRS: 3.0.9 & ITSM 3.0.4 - OS: Windows 7 - DB: MySQL - Heaps of random/useful hacks 
[Major Code Changes]
ArticleFreeTime1-3
Ability to search ArticleFreeText

[Major Code Changes]
ArticleFreeTime1-3
Ability to search ArticleFreeText
-
- Znuny newbie
- Posts: 19
- Joined: 06 Jun 2011, 17:23
- Znuny Version: 3.0.8
- Real Name: Theo Sweeny
- Company: First Clarity
Re: Auto Response "Auto Reply"
Thanks for all the replies.
Yes - I need to send a response to everyone that is included in the To: and CC: fields.
It has been mentioned to create a a PostMaster Filter in an external file to ensure everyone is replied to via the auto response.
Can you give any example of how to include an external file?
Yes - I need to send a response to everyone that is included in the To: and CC: fields.
It has been mentioned to create a a PostMaster Filter in an external file to ensure everyone is replied to via the auto response.
Can you give any example of how to include an external file?
-
- Znuny expert
- Posts: 241
- Joined: 06 Feb 2009, 11:15
- Znuny Version: 3.0.x
- Company: Perl-Services.de
- Contact:
Re: Auto Response "Auto Reply"
Here you can find an example for a PostMaster filter implemented as a Perl module: http://forums.otrs.org/viewtopic.php?f=61&t=10837
Need a Perl/OTRS developer? You can contact me at info@perl-services.de
-
- Znuny newbie
- Posts: 7
- Joined: 09 Feb 2012, 09:11
- Znuny Version: 3
- Real Name: Kashif Sherjeel
- Company: Cyber Internet Services Pvt. Ltd.
Re: Auto Response "Auto Reply"
I am having the same issue, I also want all the recipients of the email (from and cc) to get the auto reply which is generally sent only to the main sender (from) address. I went through the suggestions given above but since I have no development knowledge / experience I was unable to put it all together. Is there anyone who could share the exact code that I need to change.
In my case I have set a "notification (event)" which sends "customer" an email on "TicketCreate".
Any help would be greatly appreciated.
In my case I have set a "notification (event)" which sends "customer" an email on "TicketCreate".
Any help would be greatly appreciated.
-
- Znuny newbie
- Posts: 1
- Joined: 06 May 2012, 03:43
- Znuny Version: 3.0.10
Re: Auto Response "Auto Reply"
I also on the "TicketCreate" step, how to proceed?