Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

Add a image to the mail definitions.php locale

uniclueuniclue New
edited June 2011 in Vanilla 2.0 - 2.8
I cant figure out how to attach a tiny image at the buttom of my outgoing mails.

When a user asks for new password i want my logo to display in the mail.
Everything in the mail is edited from the locale but how can I possibly attach a image there?
Tagged:

Answers

  • Options
    hyphyhyphy New
    edited June 2011
    You should be able to use the HTML code for an image:

    <img src="http://example.com/yourimagehere.png">

    and then insert that code into the locale file.
Sign In or Register to comment.