From 3b61f76ca0eb9ad9487fa2ab64dda97e51f9df57 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Tue, 16 Dec 2014 09:08:38 +0100 Subject: Send mail for new users * supply mail address * send mail with username and URL to that mail address * option to temporary enable this feature --- settings/templates/email.new_user_plain_text.php | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 settings/templates/email.new_user_plain_text.php (limited to 'settings/templates/email.new_user_plain_text.php') diff --git a/settings/templates/email.new_user_plain_text.php b/settings/templates/email.new_user_plain_text.php new file mode 100644 index 00000000000..79559a87020 --- /dev/null +++ b/settings/templates/email.new_user_plain_text.php @@ -0,0 +1,10 @@ +t("Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n", array($theme->getName(), $_['username'], $_['url']))); + +// TRANSLATORS term at the end of a mail +p($l->t("Cheers!")); +?> + + -- +getName() . ' - ' . $theme->getSlogan()); ?> +getBaseUrl()); -- cgit v1.2.3