-
- if ($_POST['ttptopup']!='') {
- //This mail does not need to be transalted
- $body = "Hi TTP adminstrators \n\n ";
- $body .= $_SESSION['profile']['fname']." ". $_SESSION['profile']['lname'].", ".$_SESSION['profile']['email']." is requesting a TTP TOPUP assurance.";
- $body .="The user received ".$_SESSION['profile']['points']." assurance points up today.\n\n";
- $body .="Please start the TTP TOPUP assurance process.";
- sendmail("support@cacert.org", "[CAcert.org] "._("TTP TOPUP request."), $body, "support@cacert.org", "", "", "CAcert Website");
-
- //This mail needs to be translated
- L10n::set_translation($my_translation);