[SOLVED] JUser autologin email notification not in html

Basdub

Member
In the form plugin language file of juser, the defined constant:
PLG_FABRIK_FORM_JUSER_AUTO_LOGIN_BODY="Hello %s,</br></br>Thank you for registering on %s. Your account has been created and you are now connected to the member section. </br></br>At your next visit, you will be able to connect on %s using the following login and password :</br>Login : %s</br>Password : %s"

sends an email with html but the email is actually sent in text format.

FIX IN CORE FILE
In plugins/fabrik_form/juser/juser.php around line 595, I added

PHP:
$mail->isHtml(true);

I have added it under the autologin section since it seems that only that string is in html.
 
I see no reason why we shouldn't set all the robomails from juser to be html.

I'm doing some work on that plugin atm anyway, I'll add that in.

Thanks!

-- hugh
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top