playframework / play-plugins

CachePlugin
444 stars 161 forks source link

Added ability to put attachments with email #118

Closed bravefoot closed 10 years ago

r0n22 commented 10 years ago

+1

mkurz commented 10 years ago

This PR is similiar to #107. (But not the same, because this one uses ByteArrayDataSource which enables you to add attachments from byte-arrays but not directly from files).

mkurz commented 10 years ago

@bravefoot In your solution it is not possible to supply the disposition (INLINE, ATTACHMENT) of the attachment.

mkurz commented 10 years ago

The functionality of this PR has now been cherry-picked and merged/implemented in PR #107 as well.

mkurz commented 10 years ago

FYI: Attachment support is now available in the latest mailer 2.3.1 release .