Skip to content

Commit 473a0cc

Browse files
committed
Add from to new organization request mailer
1 parent 527a64c commit 473a0cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/mailers/new_organization_request_mailer.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ def request_email(organization)
66
end
77
@organization = organization
88
@creator = organization.creator
9-
mail(to: email, subject: 'New TestMyCode Organization Request')
9+
mail(from: SiteSetting.value('emails')['from'], to: email, subject: 'New TestMyCode Organization Request')
1010
end
1111
end

0 commit comments

Comments
 (0)