Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove email test related comments
Browse files Browse the repository at this point in the history
pjcon committed Sep 20, 2021
1 parent 7309eb9 commit 7c70a86
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions resources/RemoveInactiveUsersRunner.php
Original file line number Diff line number Diff line change
@@ -71,14 +71,12 @@ function deleteUser($user, $em){
}

function sendWarningEmail($user){
//$userEmail = "[email protected]";
$userEmail = $user->getEmail();

// Email content
$headers = "From: [email protected]";
$subject = "GocDB: User account deletion notice";

//$webPortalURL = "gocdb-portal-address";
$localInfoLocation = __DIR__ . "/../config/local_info.xml";
$localInfoXML = simplexml_load_file ( $localInfoLocation );
$webPortalURL = $localInfoXML->local_info->web_portal_url;

0 comments on commit 7c70a86

Please sign in to comment.