aboutsummaryrefslogtreecommitdiff
path: root/locale/en/LC_MAILS/change_self_mail.inc.php
blob: 188d658fe3efd06b1d83df69dc64531001e17919 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?
        $subject="email address change in Stud.IP";

        $mailbody="This is a Stud.IP system information mail\n"
        ."(Studienbegleitender Internetsupport von Präsenzlehre)\n"
        ."- ". Config::get()->UNI_NAME_CLEAN ." -\n\n"
        ."To complete the process of changing your email address\n"
        ."please follow this link:\n"
        . $activatation_url . "\n\n"
        ."Your activation key is:\n"
        . $key . "\n\n"

?>