Customize text of the notificatio mail

Post about your customizations to share with others.

Moderators: Developer, Contributor

Post Reply
Telespazio
Posts: 2
Joined: 23 Jun 2015, 09:38

Customize text of the notificatio mail

Post by Telespazio »

Hi, I'm new with Mantis, and I want to customize the text of the notification mail sended qhen a new account is created. Where could I change the message? Thanks in advance!
atrol
Site Admin
Posts: 8378
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Customize text of the notificatio mail

Post by atrol »

Create a file custom_strings_inc.php with the following content and adjust to your needs

Code: Select all

<?php
$s_new_account_greeting = 'Thank you for registering. You have an account with username "%1$s". In order to complete your registration, visit the following URL (make sure it is entered as the single line) and set your own access password:';
Please use Search before posting and read the Manual
Telespazio
Posts: 2
Joined: 23 Jun 2015, 09:38

Re: Customize text of the notificatio mail

Post by Telespazio »

atrol wrote:Create a file custom_strings_inc.php with the following content and adjust to your needs

Code: Select all

<?php
$s_new_account_greeting = 'Thank you for registering. You have an account with username "%1$s". In order to complete your registration, visit the following URL (make sure it is entered as the single line) and set your own access password:';
Thanks!
Post Reply