No more mirror site link in donation emails

Signed-off-by: Edouard Poitras <edouard@eclipse.org>
diff --git a/emails.php b/emails.php
index 690e1cb..69a020c 100644
--- a/emails.php
+++ b/emails.php
@@ -15,7 +15,7 @@
 
 define('HEADERS', 'From: Eclipse Webmaster (automated) <webmaster@eclipse.org>' . "\n" . 'Content-Type: text/plain; charset=UTF-8');
 define('FOE_LOGO_LINK', 'https://dev.eclipse.org/site_login/myaccount.php');
-define('MIRROR_SITE', 'https://friends.eclipse.org');
+//define('MIRROR_SITE', 'https://friends.eclipse.org'); // Deprecated
 define('ECLIPSECON_CODE', 'FRIEND');
 define('OREILLY_CODE', 'DSUG');
 
@@ -62,7 +62,7 @@
     $email .= "Thank you for your donation. We are happy to welcome you as a Friend of Eclipse.\n\n";
     $email .= "In recognition of your donation, we are pleased to provide the following Friend of Eclipse benefits:\n\n";
     $email .= "\t-\tYou may use the Friend of Eclipse logo. It can be found here: " . FOE_LOGO_LINK . "\n";
-    $email .= "\t-\tYou get access to the Mirror Site here: " . MIRROR_SITE . "\n"; 
+    $email .= "\t-\tYou get access to the Mirror Site while downloading Eclipse when logged in.\n"; 
     $email .= "\t-\tYou get 40% off prints & 50% off ebooks at http://oreilly.com using the discount code: " . OREILLY_CODE . "\n\n";
     $email .= "The Eclipse Foundation relies upon our users' generosity to make Eclipse a great place for open source software development. On behalf of the entire community, thank you for making it possible.\n\n";
     $email .= "Best Regards,\n\nMike Milinkovich\nExecutive Director\nEclipse Foundation\n\n";
@@ -76,7 +76,7 @@
     $email .= "Thank you for your generous donation. We are happy to welcome you as a Best Friend of Eclipse.\n\n";
     $email .= "In recognition of your donation, we are pleased to provide the following Best Friend of Eclipse benefits:\n\n";
     $email .= "\t-\tYou may use the Friend of Eclipse logo. It can be found here: " . FOE_LOGO_LINK . "\n";
-    $email .= "\t-\tYou get access to the Mirror Site here: " . MIRROR_SITE . "\n"; 
+    $email .= "\t-\tYou get access to the Mirror Site while downloading Eclipse when logged in.\n"; 
     $email .= "\t-\tYou get 40% off prints & 50% off ebooks at http://oreilly.com using the discount code: " . OREILLY_CODE . "\n";
     $email .= "\t-\tYou qualify for a Best Friend discount to attend an EclipseCon conference. The amount depends on the event but use the discount code: " . ECLIPSECON_CODE . "\n";
     $email .= "\t-\tYou get an Eclipse T-Shirt! Claim it here: " . $data['tshirt_link'] . "\n\n";
@@ -92,7 +92,7 @@
     $email .= "Thank you for your generous donation. We are happy to welcome you as a Best Friend of Eclipse.\n\n";
     $email .= "In recognition of your donation, we are pleased to provide the following Best Friend of Eclipse benefits:\n\n";
     $email .= "\t-\tYou may use the Friend of Eclipse logo. It can be found here: " . FOE_LOGO_LINK . "\n";
-    $email .= "\t-\tYou get access to the Mirror Site here: " . MIRROR_SITE . "\n"; 
+    $email .= "\t-\tYou get access to the Mirror Site while downloading Eclipse when logged in.\n"; 
     $email .= "\t-\tYou get 40% off prints & 50% off ebooks at http://oreilly.com using the discount code: " . OREILLY_CODE . "\n";
     $email .= "\t-\tYou qualify for a Best Friend discount to attend an EclipseCon conference. The amount depends on the event but use the discount code: " . ECLIPSECON_CODE . "\n";
     $email .= "\t-\tYou get an Eclipse T-Shirt! Claim it here: " . $data['tshirt_link'] . "\n\n";