Skip to content

Commit

Permalink
Enable EMail logger passthrough
Browse files Browse the repository at this point in the history
  • Loading branch information
robacarp committed Jan 26, 2018
1 parent 982160a commit e5fc75e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/quartz_mailer.cr
Expand Up @@ -9,7 +9,8 @@ class Quartz::Mailer
if config.smtp_enabled
EMail::Sender.new(
config.smtp_address, config.smtp_port,
use_tls: config.use_ssl
use_tls: config.use_ssl,
logger: config.logger
).start do
enqueue message.to_email
end
Expand Down

0 comments on commit e5fc75e

Please sign in to comment.