Vishnu Narayanan
2022-03-28 18:14:30 +05:30
committed by GitHub
parent 823c0ab6a7
commit 8155024b6a
19 changed files with 25 additions and 25 deletions

View File

@@ -25,8 +25,8 @@ class ApplicationMailer < ActionMailer::Base
private
def handle_smtp_exceptions(message)
Rails.logger.info 'Failed to send Email'
Rails.logger.info "Exception: #{message}"
Rails.logger.warn 'Failed to send Email'
Rails.logger.error "Exception: #{message}"
end
def send_mail_with_liquid(*args)