Skip to content

Commit

Permalink
Merge pull request #13 from robacarp/upgrade_email_version
Browse files Browse the repository at this point in the history
Upgrade email shard to 0.2.5
  • Loading branch information
drujensen authored Jan 31, 2018
2 parents 1ffcee7 + b9bfb95 commit a244a18
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 a244a18

Please sign in to comment.