Hi Harsha,
Thank you for your reply.
What I meant by using JavaMail directly, was to use the JavaMail methods without using what has been implemented in Ofbiz.
Concerning the EmailServices, I have already used previously sendMailHiddenInLog and it worked fine.
I just wasn't sure that one could also use it to attach files.
Now that you're confirming that, I know I will use these services.
Thanks again!
Jad
Harsha Chadhar wrote
Hi Jad El Omeiri,
Ofbiz is already integrated with JavaMail framework. Please refer to the
sendMail services in EmailServices.java which is a very basic service to
send/receive emails. This service also handles sending attachments.
Regards
Harsha Chadhar
=====-----=====-----=====
Notice: The information contained in this e-mail
message and/or attachments to it may contain
confidential or privileged information. If you are
not the intended recipient, any dissemination, use,
review, distribution, printing or copying of the
information contained in this e-mail message
and/or attachments to it are strictly prohibited. If
you have received this communication in error,
please notify us by reply e-mail or telephone and
immediately and permanently delete the message
and any attachments. Thank you
Jad El Omeiri