Hello,
I configure the order notification attachments for OFBiz 10.04, but have
some problems - the mail notification is received, but without any
attachments.
Body Screen Location: directs to my screen and it works fine.
The Attachment Screen Location (XSL-FO) :
component://order/widget/ordermgr/OrderPrintScreens.xml#OrderPDF
I see no error messages, and tried to debug the mail sending process a
little bit:
public static Map<String, Object> sendMail(DispatchContext ctx,
Map<String, ? extends Object> context) {
.....
}
the context variable bodyParts is null, but as I see it must be used for the
attachments, but I'm not sure.
is it required to enable the attachments anywhere?
What is wrong?
Thanks!
--
View this message in context:
http://ofbiz.135035.n4.nabble.com/Order-email-notification-PDF-attachment-is-not-attached-tp3381496p3381496.html
Sent from the OFBiz - Dev mailing list archive at Nabble.com.