Email other a banner

eransss

Active member
Hi ,, a small thing to ask ..
I want to sent emails from my forum as " from adminesrsion "
And I want to add my banner to the email content .
How to do it ?
Ty
 
The from name and email is set here: admin.php?users/email

Format the email as HTML and include the image using something like this:
HTML:
<div id="banner">
    <a href="http://yourdomain.com/"><img src="http://yourdomain/path/to/banner.png" alt="Your Domain" border="0" /></a>
</div>
 
Top Bottom