By Ahmad Arshad on Wednesday, 26 August 2015
Posted in General Issues
Replies 3
Likes 0
Views 704
Votes 0
Hi,

I want to find out how to do two things...

a) Customize the email that gets sent out to the "admin" when someone registers. Particularly I want to include all the custom fields that are part of the registration form.

b) Send this email to multiple people who I have delegated to be informed when a new person registers on my site instead of just sending it to superadmin.

Please help
Hi Ahmad,

I am really sorry for the delay of this reply. Please find my answer from your inquiries below.

a) Customize the email that gets sent out to the "admin" when someone registers. Particularly I want to include all the custom fields that are part of the registration form.

You can find the email template from your /components/com_easysocial/themes/wireframe/emails/html/registration/moderator.verify.php and modify it from there.

b) Send this email to multiple people who I have delegated to be informed when a new person registers on my site instead of just sending it to superadmin.

Unfortunately it is not possible to do so currently.
·
Wednesday, 26 August 2015 16:02
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you for the quick reply. Could you please indicate what I would need to do with that file... Is there a wiki that explains it
·
Thursday, 27 August 2015 01:28
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Ahmad,

Registration emails doesn't contain user's custom fields data. You can only use the variables below in your email template,

$site - Your Joomla site's title
$username - User's username
$password - User's password
$firstName - User's first name
$middleName - User's middle name
$lastName - User's last name
$name - User's full name
$avatar - User's avatar link
$profileLink - User's profile link
$email - User's email
$activation - User's activation link
$reject - Link to reject the user's registration
$approve - Link to approve the user's registration
$profileType - User's profile type.
·
Thursday, 27 August 2015 03:18
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post