nedimf / maildroid

Maildroid is a small robust android library for sending emails using SMTP server
187 stars 24 forks source link

How to attach an image to an email? #19

Closed szakes1 closed 4 years ago

szakes1 commented 4 years ago

Hi!

I've been using your library to send emails, but I'm struggling with attachments. I'd like to load attachments from my "drawable" directory for example: "R.drawable.image". Is that possible?

nedimf commented 4 years ago

Hi, That is not possible through any library, as I am aware of. The reason is, you need to have an image in the storage of the device to attach it. I hope this resolves your question