Hello,

the AutoReply does not work by otrs.
I found a missing parameter in the function SendAutoResponse of the
topical cvs and fix this. Here is the patch.

bye
Thomas

diff -Naur otrs-orig/Kernel/System/Ticket/Article.pm otrs/Kernel/System/Ticket/Article.pm
--- otrs-orig/Kernel/System/Ticket/Article.pm	Thu Apr 21 11:28:20 2005
+++ otrs/Kernel/System/Ticket/Article.pm	Thu Apr 21 11:32:49 2005
@@ -1914,6 +1914,7 @@
         To => $GetParam{From},
         Cc => $Cc,
         RealName => $Param{Realname},
+	Type => 'text/plain',
         Charset => $Param{Charset},
         Subject => $Subject,
         UserID => $Param{UserID},
_______________________________________________
OTRS mailing list: dev - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/dev
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/dev

Reply via email to