eransss Active member May 18, 2013 #1 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
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
P Paul B XenForo moderator Staff member May 18, 2013 #2 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> Upvote 0 Downvote
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>