Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Email This Issue email templates may render corporate signatures with logos, text and name of the current user. Add a similar code fragment to your template and have a dynamic email signature with company logo.

<p>Best Regards, <br />
$!remoteUser.displayName
</p>
<p>
<img width="100px" src="data:image/png;base64,iVBORw0..."></p>
<p>META-INF - Passionate Atlassian Experts since 2007<br />
Tel.: +36 30 515 4464, Web: http://www.meta-inf.hu, Skype: tibor.hegyi
</p>
<p>
<ul style="color:blue;">
<li>We sell Atlassian licences globally - request a quote to try us</li>
<li>We never leave you alone - training, support and consultancy is at hand</li>
<li>We fulfill your needs - customized solutions seasoned with proficiency</li>
<li>We make your work highly efficient - through our popular free and commercial add-ons</li>
</ul>
</p>

This results in the email signature as shown below:

The <img width="100px" src="data:image/png;base64,iVBORw0..."> in the template is the base64 encoded company logo image. 
You can use online Base64 image encoders to generate base64 string from images.
  • No labels