<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8">
</head>
<body>
<div style="font-family:sans-serif"><div style="white-space:normal">
<p dir="auto">On 26 Feb 2019, at 15:05, Compass Luca Cignacco wrote:</p>

<blockquote style="border-left:2px solid #777; color:#777; margin:0 0 5px; padding-left:5px">
<p dir="auto">Instead of gravatar is it possible to use the website icon? It would be niceā€¦</p>
</blockquote>

<p dir="auto">Here's one way to accomplish that:</p>

<pre style="background-color:#F7F7F7; border-radius:5px 5px 5px 5px; margin-left:15px; margin-right:15px; max-width:90vw; overflow-x:auto; padding:5px" bgcolor="#F7F7F7"><code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0" bgcolor="#F7F7F7">{
    formatString = "<img style=\"float: left; height: 64px;\" src=\"https://besticon-demo.herokuapp.com/icon?url=${from.domain}&size=16..64..64\"/>";
},
</code></pre>

<p dir="auto">(I googled and found <a href="https://github.com/mat/besticon/blob/master/Readme.markdown" style="color:#3983C4">this service</a> used above.)</p>

<p dir="auto">A quick test (for my incoming mail) doesn't work as well as the gravatar.</p>

<p dir="auto">-- <br>
Benny</p>
</div>
</div>
</body>
</html>