Add Image into validate_user_email.php

Permalink
Hi.

Could someone tell me if it is possible to add an image into the body text of the Validate User Email (via the validate_user_email.php script) that gets sent out upon user registration?

Thank you very much,

Reece

 
brianvandelden replied on at Permalink Reply
brianvandelden
The easiest way is with a <img src="" /> with a absolute path in the email template itself. You can copy the mail template in the c5 dir to your own directory and place the img tag there.
ReeceN replied on at Permalink Reply
Ah, didn't realise that would work. Thank you very much! :)
ReeceN replied on at Permalink Reply
Unable to directly add HTML into the body section of the script.

Would you know how to do this?