-
Type:
Bug
-
Status: Closed
-
Resolution: Won't Fix
-
Affects Version/s: 6.0.3 GA
-
Fix Version/s: None
-
Component/s: ~[Archived] WCM
-
Labels:None
Currently the only way to attach a file to a mail message is to call addAttachment with a File object but when you are generating an attachment dynamically it's really anoying to have to store a file on disk and clean it up afterwards. So it would be nice if you could also attach an attachment by means of a bytearray