Skip to content

Commit

Permalink
fix mailer
Browse files Browse the repository at this point in the history
  • Loading branch information
loftwah committed Aug 30, 2024
1 parent b66a531 commit 9010524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/mailers/backup_report_mailer.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# app/mailers/backup_report_mailer.rb
class BackupReportMailer < ApplicationMailer
default to: '[email protected]'
default from: '[email protected]', to: '[email protected]'

def backup_completed(report)
@report = report
Expand Down

0 comments on commit 9010524

Please sign in to comment.