Last active
May 6, 2017 09:46
-
-
Save stevedomin/06efe0a1a4b7755932b205a36370ec09 to your computer and use it in GitHub Desktop.
simple_attachment
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import Swoosh.Email | |
new() | |
|> to("[email protected]") | |
|> from({"Jarvis", "[email protected]"}) | |
|> 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