Skip to content

Instantly share code, notes, and snippets.

@misaelpc
Created September 13, 2016 14:59
Show Gist options
  • Save misaelpc/40e58a98c30de2bd22678b9416675264 to your computer and use it in GitHub Desktop.
Save misaelpc/40e58a98c30de2bd22678b9416675264 to your computer and use it in GitHub Desktop.
message =
Mail.build_multipart()
|> Mail.put_text("Hello there!")
|> Mail.put_html("<h1>Hello there!</h1>")
|> Mail.put_attachment({"README.md", file_data})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment