[SOLVED] Include attachements to notifications

Moderator: crythias

Locked
HervE
Znuny wizard
Posts: 391
Joined: 03 Jan 2011, 17:15
Znuny Version: 3.3.8
Location: France

[SOLVED] Include attachements to notifications

Post by HervE »

Hello,

I am using a Notification (event) to forward a mail - on TicketQueueUpdate event - and it works, except it removes the attachements.

Does anybody know how I can include the attachments to notifications?

In Notification Management, it warns: "(Only for ArticleCreate event)".

Regards,
HervE
Last edited by HervE on 05 Oct 2011, 15:03, edited 1 time in total.
OTRS 3.3.8 - Windows 7 - IIS7 - SQL Server - Firefox 30
diginin
Znuny expert
Posts: 213
Joined: 11 Feb 2008, 12:04
Znuny Version: CVS

Re: Include attachements to notifications

Post by diginin »

Unfortunately, attachments are only included in split/forward functions. Notifications do not send attachments, without custom engineering.
Shawn Beasley
Contact me per XING
Contact me per LinkedIN

OTRS CVS on Ubuntu Stable.

Image
signature by diginin74, on Flickr

Computers are like air conditioners, when you open windows they are useless.



P.S. (für Leser meiner Deutschtexte) Rechtschreibfehler bitte mit s/.*/$KORREKTUR/ ersetzen.
diginin
Znuny expert
Posts: 213
Joined: 11 Feb 2008, 12:04
Znuny Version: CVS

Re: Include attachements to notifications

Post by diginin »

I stand corrected, you can include attachments, but only on ArticleCreate events.
Shawn Beasley
Contact me per XING
Contact me per LinkedIN

OTRS CVS on Ubuntu Stable.

Image
signature by diginin74, on Flickr

Computers are like air conditioners, when you open windows they are useless.



P.S. (für Leser meiner Deutschtexte) Rechtschreibfehler bitte mit s/.*/$KORREKTUR/ ersetzen.
HervE
Znuny wizard
Posts: 391
Joined: 03 Jan 2011, 17:15
Znuny Version: 3.3.8
Location: France

Re: Include attachements to notifications

Post by HervE »

Dear diginin,

Thank you for your answer.

What do you suggest then?
My aim is to forward to individual addresses a mail that appears to be useless for OTRS - as I expressed here.

Do you think of any other way to do it?
Or do I really have to custom-engineer the actual notification mechanism?

Regards,
HervE
OTRS 3.3.8 - Windows 7 - IIS7 - SQL Server - Firefox 30
HervE
Znuny wizard
Posts: 391
Joined: 03 Jan 2011, 17:15
Znuny Version: 3.3.8
Location: France

Re: Include attachements to notifications

Post by HervE »

Hello,

Finally I managed with custom engineering - I modified Kernel\System\Ticket\Event\NotificationEvent.pm.

Regards,
HervE
OTRS 3.3.8 - Windows 7 - IIS7 - SQL Server - Firefox 30
diginin
Znuny expert
Posts: 213
Joined: 11 Feb 2008, 12:04
Znuny Version: CVS

Re: [SOLVED] Include attachements to notifications

Post by diginin »

Sorry I did not get back to you earlier. Good Job. Note your changes in the Developer Forum.
Shawn Beasley
Contact me per XING
Contact me per LinkedIN

OTRS CVS on Ubuntu Stable.

Image
signature by diginin74, on Flickr

Computers are like air conditioners, when you open windows they are useless.



P.S. (für Leser meiner Deutschtexte) Rechtschreibfehler bitte mit s/.*/$KORREKTUR/ ersetzen.
HervE
Znuny wizard
Posts: 391
Joined: 03 Jan 2011, 17:15
Znuny Version: 3.3.8
Location: France

Re: [SOLVED] Include attachements to notifications

Post by HervE »

diginin wrote:Note your changes in the Developer Forum.
Done.

HervE
OTRS 3.3.8 - Windows 7 - IIS7 - SQL Server - Firefox 30
Locked