Skip to content

Commit

Permalink
Merge pull request #69 from loftwah/dl/mailer-fix
Browse files Browse the repository at this point in the history
fix mailer
  • Loading branch information
loftwah authored Aug 30, 2024
2 parents b66a531 + 9010524 commit 3d045a6
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 3d045a6

Please sign in to comment.