Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
Operating System: Linux
Platform: PC
-
32260
Description
With the removal of the ByteArrayDataSource class, there is no easy method for
attaching dynamically generated content to an email. The attach() methods in
MultipartEmail and the EmailAttachment class want either a File, URL, or
DataSource. We should add the ability to easily attach byte[] attachments so
that users are not required to implement their own DataSource.