Apple Mail全功能HTML签名

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Apple Mail全功能HTML签名相关的知识,希望对你有一定的参考价值。

Save this snippet via Safari as webarchive and replace an already created signature with this webarchive. Signatures are stored under ~/Library/Mail/Signatures
  1. <div id="sig" style=" line-height: 13px; margin: 6px 0; padding: 8px; border-top: 1px #999999 dotted; border-bottom: 1px #999999 dotted; font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; font-size: 11px; color: #336c99;">
  2. <div style="float: right; padding: 2px 6px 0 0px;">
  3. Company Name<br />
  4. Company Address<br />
  5. Postal Code and City<br />
  6. Phone Number</div>
  7. <img src="http://www.babylondreams.de/me.png" alt="me" style="float: left; padding: 2px 6px 0 0; height: 50px;" />
  8. Greeting words<br />
  9. <strong style="color: #336c99;">Alexander Kucera</strong>:<br />
  10. VFX Supervisor at <a href="http://www.f-film.com" title="visit F-Film.com" style="color: #336c99; text-decoration: none; border-bottom: 1px #999999 dotted;">Fridthjof Film</a><br />
  11. contact | <a href="mailto:[email protected]" style="color: #336c99; text-decoration: none; border-bottom: 1px #999999 dotted;">[email protected]</a>
  12. </div>

以上是关于Apple Mail全功能HTML签名的主要内容,如果未能解决你的问题,请参考以下文章

脚本桥、Apple Mail、HTML 和头文件

开发HTML邮件通讯,刷新Apple Mail

Apple Mail HTML 电子邮件右侧的空白

代码片段

iOS Code Signing: 解惑详解

Apple 会在代码签名身份选择上拒绝我的应用程序吗?