From c7b3bc2d57ace98aee25916ec9ac63aa4de8b8eb Mon Sep 17 00:00:00 2001 From: Yaw Anokwa Date: Fri, 30 Jun 2023 16:30:32 -0700 Subject: [PATCH] Use specific domain to increase deliverability --- server/odkbuild_server.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/odkbuild_server.rb b/server/odkbuild_server.rb index d36241c..d1a2554 100644 --- a/server/odkbuild_server.rb +++ b/server/odkbuild_server.rb @@ -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 ', :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")