Skip to content
Snippets Groups Projects
Commit 42cadb09 authored by Graham Cole's avatar Graham Cole
Browse files

found on live site: make signup component e-mail treasurer

parent 0e38349d
No related branches found
No related tags found
No related merge requests found
......@@ -283,6 +283,13 @@ if(isset($_REQUEST['signupid'])&&isset($_REQUEST['signuppw'])){
$logsmessage,
"From: \"SUCS Admin\" <admin@sucs.org>"
);
mail(
"treasurer@sucs.org",
"User '".$fields['username']."' Created on SUCS",
$logsmessage,
"From: \"SUCS Admin\" <admin@sucs.org>"
);
$usermessage = "Welcome to the Swansea University Computer Society!\n\n";
$usermessage .= "Your account details are:\n\n";
$usermessage .= "Username: ".$fields['username']."\n";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment