Who can help,
I need to mount an email signature where the image link I need to load was composed and inserted into a JS linkAss.
I can not load the image inside the HTML (Link Variable).
How can I do this?
<html>
<head>
<title>Empresa</title>
<link href='http://fonts.googleapis.com/css?family=Raleway:500,700,900,400,300' rel='stylesheet' type='text/css'>
<style>
html, body { font-family: 'Raleway', sans-serif; }
</style>
</head>
<script type="text/javascript">
var linkAss = "https://wp.net/ImagensAss/" + %%userPrincipalName%% + ".png"
</script>
<body>
<table cellspacing="0" cellpadding="0" width="" border="0">
<tr>
<td width="100" style="vertical-align: top;">Variavel do Link</td>