Skip to content

Commit

Permalink
Upgrade email to 0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
robacarp committed Jan 31, 2018
1 parent 1ffcee7 commit b9bfb95
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion shard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ dependencies:

email:
github: arcage/crystal-email
version: ~> 0.2.4
version: ~> 0.2.5
1 change: 0 additions & 1 deletion src/quartz_mailer.cr
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ class Quartz::Mailer
puts "SMTP Disabled, not actually sending email"
end

# TODO this doesn't actually stop the failure from killing the server
rescue e : EMail::Error::MessageError
puts "Email message couldn't be delivered."
puts e.message
Expand Down

0 comments on commit b9bfb95

Please sign in to comment.