Registration emails
This was a question I asked jobsapp and I have enclosed their reply:
We are trying to customise the email the user receives when first registering. At the moment it looks like:
[SMS Jobsite] Your username and password
Username: kbuckley
Password: kbuckley
If you have registered as a jobseeker, please remember to complete your profile from your dashboard, (CV), Alerts, and preferences. Without doing this employers will not be able to find you and you will
not be sent any job notifications.
We are trying to format the email to
[SMS Jobsite] Your username and password
Dear (first_name)
Thank you for registering on our site. Please keep this email safe, you
may need to refer to it later
Username: kbuckley
Password: kbuckley
If you have registered as a jobseeker, please remember to complete your profile from your dashboard, (CV), Alerts, and preferences. Without doing this employers will not be able to find you and you will
not be sent any job notifications.
Any extra PHP I add to pick up extra variables just doesn’t work.
Even if I add just $message .= ‘TEST TEXT HERE’; this should add one line of text in the email saying TEST TEXT HERE but this is just ignored can’t quite work that one out.
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Reply from Jobsapp:
Spartac wrote:
Hi
ALl these variables and details are located at jopbroller not in our theme. and if teh varibales (the new ones) arent stored in the database of jobroller, You wont call them back. so there only option availble is to customize the php file to achieve it. or simply change the text to whatever you want.
Add it as html not as variable and see if it's sent in the email or not !
The emails are located in jobroller/theme-emails.php And jobroller\includes\admin\install-script.php
For further details please post this to jobroller support team in their forums, I am very sure they have seen the same thing before.
Regards