Hi, I am using java mail api for sending emails with attachments. Java mail api supports attachments via FileDataSource and URLDataSource from JAF. Is there any way I can attach some in memory string as attachement rather than writing it to a file and attaching? Thanks