Customize email with syles – Fixed!
-
Hi!
With a help from my colleague, we finally fixed the email handling, so you can stylize the email sent to users as you wish. There’s forum posts out there, but they’re all closed, so I add it here.Go find the commonfn.php file and remove this line:
$userEmailMsg = get_option('amu_useremailtext');
Then add this one instead:
$userEmailMsg = stripslashes(get_option('amu_useremailtext'));
You’re good to go!
Emin ??
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Customize email with syles – Fixed!’ is closed to new replies.