Skip to content
This repository has been archived by the owner on Nov 2, 2023. It is now read-only.

Commit

Permalink
Merge pull request #329 from yanokwa/improve-email-delivery
Browse files Browse the repository at this point in the history
Use specific domain to increase deliverability
  • Loading branch information
florianm committed Jul 2, 2023
2 parents d4c1089 + c7b3bc2 commit bd7bcb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/odkbuild_server.rb
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ class OdkBuild < Sinatra::Application
new_password = user.reset_password!
user.save

(Pony.mail :to => user.email, :from => 'support@getodk.org',
(Pony.mail :to => user.email, :from => 'ODK Build <no-reply@build.getodk.org>',
:subject => 'Your new ODK Build password.',
:body => "Your ODK Build password has been reset. The new password is #{new_password}.\n\nThanks,\nThe ODK Build Team")

Expand Down

0 comments on commit bd7bcb4

Please sign in to comment.