Подскажите, может ли outlook 2013 переварить такую вот HTML подпись (с CSS и map)? И самое главное как ее сгенерировать и вставить? Есть какой-то HTML темплейт который все юзерам всталвяется или там несколько, RTF, TXT?
В подписи переменная часть только номера телефонов и имена, которые берутся из AD.
Код: <div style="width:148px;float:left;padding-right:20px">
<map name="FPMap0"> <noindex>
<area href="http://vk.com/site" shape="rect" coords="87, 83, 104, 99">
<area href="https://www.facebook.com/site" shape="rect" coords="111, 84, 125, 99">
<area href="https://www.instagram.com/site" shape="rect" coords="130, 84, 147, 99"> </noindex> </map>
<img usemap="#FPMap0" src="signature.png" width="148" height="100" class="style1" /></div>
<div style="float:left;width:300px;height:100px;margin-top:0px;font-family:Calibri;font-size:11">$NAME $PHONE</div>
В подписи переменная часть только номера телефонов и имена, которые берутся из AD.
Код: <div style="width:148px;float:left;padding-right:20px">
<map name="FPMap0"> <noindex>
<area href="http://vk.com/site" shape="rect" coords="87, 83, 104, 99">
<area href="https://www.facebook.com/site" shape="rect" coords="111, 84, 125, 99">
<area href="https://www.instagram.com/site" shape="rect" coords="130, 84, 147, 99"> </noindex> </map>
<img usemap="#FPMap0" src="signature.png" width="148" height="100" class="style1" /></div>
<div style="float:left;width:300px;height:100px;margin-top:0px;font-family:Calibri;font-size:11">$NAME $PHONE</div>