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
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
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.
Ah, didn't realise that would work. Thank you very much! :)
Unable to directly add HTML into the body section of the script.
Would you know how to do this?
Would you know how to do this?