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
[SOLVED] Include attachements to notifications
Moderator: crythias
[SOLVED] Include attachements to notifications
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
Re: Include attachements to notifications
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.

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.
Contact me per XING
Contact me per LinkedIN
OTRS CVS on Ubuntu Stable.

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.
Re: Include attachements to notifications
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.

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.
Contact me per XING
Contact me per LinkedIN
OTRS CVS on Ubuntu Stable.

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.
Re: Include attachements to notifications
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
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
Re: Include attachements to notifications
Hello,
Finally I managed with custom engineering - I modified Kernel\System\Ticket\Event\NotificationEvent.pm.
Regards,
HervE
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
Re: [SOLVED] Include attachements to notifications
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.

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.
Contact me per XING
Contact me per LinkedIN
OTRS CVS on Ubuntu Stable.

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.
Re: [SOLVED] Include attachements to notifications
OTRS 3.3.8 - Windows 7 - IIS7 - SQL Server - Firefox 30