Skip to content

Commit

Permalink
Change from address for build emails
Browse files Browse the repository at this point in the history
  • Loading branch information
xrchz committed Nov 13, 2017
1 parent 0e2bf7e commit 750b4e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion serverLib.sml
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ in
let
val () = output_to_file (email_file,body)
val mail_cmd = ("/usr/bin/mail",
["-s",subject,"-m",email_file,"-.",to_address])
["-s",subject,"-r",to_address,"-m",email_file,"-.",to_address])
in
system_output cgi_die mail_cmd
end
Expand Down

0 comments on commit 750b4e5

Please sign in to comment.