alexgaribay / sendgrid_elixir

Create and send composable emails with Elixir and SendGrid.
MIT License
86 stars 44 forks source link

Add attachment functionality #11

Closed silbermm closed 7 years ago

silbermm commented 7 years ago

This allows a user of the library to send base64 encoded attachments via SendGrid. It uses the schema described in the SendGrid Documentation .

alexgaribay commented 7 years ago

👍