Page 1 of 1

Email Notification with Attachment

Posted: 30 Aug 2006, 05:37
by eric.c
Hi All,

Would like to know whether is it possible to have attachment (shall there be any) being send together with notification email? Can anybody advice regarding this? Thank you in advance.

Cheers,
Eric.

Posted: 30 Aug 2006, 05:38
by eric.c
Sorry, I forgot to state which version of mantis i'm using.

Mantis 1.0.5[^] Copyright © 2000 - 2006 Mantis Group -> running on Ubuntu.

Thank you.
Eric.

I am also interrested...

Posted: 18 Sep 2006, 14:31
by irwan
... did you manage to do it ?

I have tried to customize the "email_send" function :

Code: Select all

$mail->AddAttachment("C:\fichiertest.xml");
But could not attach the bug's files :(

Re: Email Notification with Attachment

Posted: 04 Sep 2008, 10:04
by roga
is there actually any solution for this problem ?