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.
Email Notification with Attachment
Moderators: Developer, Contributor
I am also interrested...
... did you manage to do it ?
I have tried to customize the "email_send" function :
But could not attach the bug's files 
I have tried to customize the "email_send" function :
Code: Select all
$mail->AddAttachment("C:\fichiertest.xml");

Re: Email Notification with Attachment
is there actually any solution for this problem ?