diff options
-rw-r--r-- | data/example.conf | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/data/example.conf b/data/example.conf index fdba3e4c3..60da3b9a0 100644 --- a/data/example.conf +++ b/data/example.conf @@ -984,6 +984,11 @@ mail /* * The subject and message of emails sent to users when they register accounts. + * + * Available tokens for this template are: + * %n - Gets replaced with the nickname + * %N - Gets replaced with the network name + * %c - Gets replaced with the confirmation code */ registration_subject = "Nickname registration for %n" registration_message = "Hi, @@ -997,6 +1002,11 @@ mail /* * The subject and message of emails sent to users when they request a new password. + * + * Available tokens for this template are: + * %n - Gets replaced with the nickname + * %N - Gets replaced with the network name + * %c - Gets replaced with the confirmation code */ reset_subject = "Reset password request for %n" reset_message = "Hi, @@ -1010,6 +1020,13 @@ mail /* * The subject and message of emails sent to users when they request a new email address. + * + * Available tokens for this template are: + * %e - Gets replaced with the old email address + * %E - Gets replaced with the new email address + * %n - Gets replaced with the nickname + * %N - Gets replaced with the network name + * %c - Gets replaced with the confirmation code */ emailchange_subject = "Email confirmation" emailchange_message = "Hi, @@ -1023,6 +1040,13 @@ mail /* * The subject and message of emails sent to users when they receive a new memo. + * + * Available tokens for this template are: + * %n - Gets replaced with the nickname + * %s - Gets replaced with the sender's nickname + * %d - Gets replaced with the memo number + * %t - Gets replaced with the memo text + * %N - Gets replaced with the network name */ memo_subject = "New memo" memo_message = "Hi %n, |