Skip to content

Commit

Permalink
Merge pull request #3881 from AgileVentures/develop
Browse files Browse the repository at this point in the history
Update staging from develop
  • Loading branch information
mattlindsey authored Apr 18, 2023
2 parents 54af993 + ebe0c11 commit 9e4e374
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/mailers/mailer.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true

class Mailer < ActionMailer::Base
default from: 'info@agileventures.org', reply_to: 'info@agileventures.org', cc: '[email protected]'
default from: 'matt@agileventures.org', reply_to: 'matt@agileventures.org', cc: '[email protected]'

def send_premium_payment_complete(plan, email)
@plan = plan
Expand Down
2 changes: 1 addition & 1 deletion app/mailers/project_mailer.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true

class ProjectMailer < ApplicationMailer
default from: 'info@agileventures.org', reply_to: 'info@agileventures.org', cc: '[email protected]'
default from: 'matt@agileventures.org', reply_to: 'matt@agileventures.org', cc: '[email protected]'

before_action :set_params

Expand Down

0 comments on commit 9e4e374

Please sign in to comment.