Closed arunvelsriram closed 8 years ago
Currently Mailman provides support for attaching files from the file system only. I added methods attach and attach! which reads a file from the given URL using httpotion and uses the read data to construct %Mailman.Attachment{}.
attach
attach!
%Mailman.Attachment{}
Am bit busy so I couldn't write any tests.
Thank you Sukanya for pairing and support.
Thanks!
Currently Mailman provides support for attaching files from the file system only. I added methods
attach
andattach!
which reads a file from the given URL using httpotion and uses the read data to construct%Mailman.Attachment{}
.Am bit busy so I couldn't write any tests.
Thank you Sukanya for pairing and support.