Customizing Notification Sender Address
Moderator: crythias
-
- Znuny newbie
- Posts: 20
- Joined: 26 Aug 2011, 14:45
- Znuny Version: 3.0.9
- Company: Charonite
Customizing Notification Sender Address
Hello,
I would like to customize the sender of the agent notifications to be queue specific. Right now it is set as notification@otrs.com which was set from SysConfig. The scenario I would like to achieve is the following:
Queue A => ticket is created => notifications (agent notifications not customer) are sent from queueA@example.com
Queue B => ticket is created => notifications (agent notifications) are sent from queueB@example.com
Currently they are all sent from the same sender address - i.e. notification@otrs.com
Is there a way that I customize such scenario?
Regards,
James
I would like to customize the sender of the agent notifications to be queue specific. Right now it is set as notification@otrs.com which was set from SysConfig. The scenario I would like to achieve is the following:
Queue A => ticket is created => notifications (agent notifications not customer) are sent from queueA@example.com
Queue B => ticket is created => notifications (agent notifications) are sent from queueB@example.com
Currently they are all sent from the same sender address - i.e. notification@otrs.com
Is there a way that I customize such scenario?
Regards,
James
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: Customizing Notification Sender Address
Check your Queue's System Address.
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: 20
- Joined: 26 Aug 2011, 14:45
- Znuny Version: 3.0.9
- Company: Charonite
Re: Customizing Notification Sender Address
that system address is used to send replies and auto responses to customers. What i want is to customize sender addresses for agent notifications for each specific queue. That way I can enable agents to reply back to that notification using a simple email interface where necessary.
James
James
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: Customizing Notification Sender Address
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: 20
- Joined: 26 Aug 2011, 14:45
- Znuny Version: 3.0.9
- Company: Charonite
Re: Customizing Notification Sender Address
I have looked through the articles you posted - they show some very interesting approaches. However still does not meet my requirement. What I need is to customize the actual sender address for agent notifications for each queue. Is there a way to set this from the UI? Or is it something that needs to be done at source level?
Re: Customizing Notification Sender Address
it will requiere development
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
-
- Znuny newbie
- Posts: 20
- Joined: 26 Aug 2011, 14:45
- Znuny Version: 3.0.9
- Company: Charonite
Re: Customizing Notification Sender Address
Can anyone indicate to me what files need to be altered? When a new notification is raised, what file (*.pm) is used to send notifications to agents?
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: Customizing Notification Sender Address
What difference does it make what email address sends to agents?
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: 20
- Joined: 26 Aug 2011, 14:45
- Znuny Version: 3.0.9
- Company: Charonite
Re: Customizing Notification Sender Address
for example I have supportA@example.com and supportB@example.com, right now if a new ticket is raised for A the agent will receive notification from otrs@support.com (defined in SysConfig). What I would like to have is that the agent will receive notification from the email address of that specified queue so he/she can reply to that email immediately hence proceeding through the ticket workflow. Our agents use interface but sometimes sending an email is much more convenient.
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: Customizing Notification Sender Address
Yes, but what difference does it make what email address they reply to? Unless you're changing the followup queue based upon replies, the ticket will obey what the ticket number knows.
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: 20
- Joined: 26 Aug 2011, 14:45
- Znuny Version: 3.0.9
- Company: Charonite
Re: Customizing Notification Sender Address
because when a notification is sent it is sent from the default notification address. And in order to reply to OTRS the agent needs to compose a new email and send it the support address (as a followup) instead of just hitting reply and composing his message.
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: Customizing Notification Sender Address
I suppose you could change your default notification address to be able to handle tickets instead of being a no-reply.
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