Skip to content

Instantly share code, notes, and snippets.

@stevedomin
Last active May 6, 2017 09:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stevedomin/06efe0a1a4b7755932b205a36370ec09 to your computer and use it in GitHub Desktop.
Save stevedomin/06efe0a1a4b7755932b205a36370ec09 to your computer and use it in GitHub Desktop.
simple_attachment
import Swoosh.Email
new()
|> to("peter@example.com")
|> from({"Jarvis", "jarvis@example.com"})
|> subject("Invoice May")
|> text_body("Here is the invoice for your superhero services in May.")
|> attachment("/Users/jarvis/invoice-peter-may.pdf")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment