Editing Email Subject Line
Permalink
I'm trying to edit the subject line of the registration email:
I want to pull the values of user attributes such as first_name and last_name into the subject line. For example:
I've tried calling the getAttribute several different ways and nothing is working. It's not the same as when I did this on the profile page. Can someone please help?
Thanks,
Hope
$subject = SITE.' '.t("Registration - Approval Required");
I want to pull the values of user attributes such as first_name and last_name into the subject line. For example:
$subject = SITE.' '.t("Registration - Approval Required for first_name last_name");
I've tried calling the getAttribute several different ways and nothing is working. It's not the same as when I did this on the profile page. Can someone please help?
Thanks,
Hope
Thanks!