Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/solodev/email-signature

Creating a custom signature is one of those details that can add professionalism to your emails and reinforce your brand. There are, however, complications that can arise when attempting to create a signature due to the intricacies of email clients. Some crafty HTML can help resolve these problems and create a functional email signature.
https://github.com/solodev/email-signature

Last synced: 12 days ago
JSON representation

Creating a custom signature is one of those details that can add professionalism to your emails and reinforce your brand. There are, however, complications that can arise when attempting to create a signature due to the intricacies of email clients. Some crafty HTML can help resolve these problems and create a functional email signature.

Awesome Lists containing this project

README

        

# email-signature
In this tutorial, [Solodev](https://www.solodev.com/) explains the necessary HTML to create a unique email signature that you can customize to fit the needs of your organization.

## Tutorial

For detailed instructions, view Solodev's [Creating a HTML Email Signature](https://www.solodev.com/blog/web-design/creating-a-html-email-signature.stml) article.

## Demo

Try out a working example on [JSFiddle](https://jsfiddle.net/solodev/kjrf3p18/).

## HTML

Use the following HTML for the tutorial:

```




Solodev Icon




John Smith


Software Engineer




800 N. Magnolia Ave, Suite 1400 | Orlando, Fl 32803

Office 407.898.1961




[email protected]


solodev.com




Facebook Icon
LinkedIn Icon
Twitter Icon




Confidentiality Notice: This e-mail message, including any attachments, is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution of this information is prohibited, and may be punishable by law. If this was sent to you in error, please notify the sender by reply e-mail and destroy all copies of the original message. Please consider the environment before printing this e-mail.




```

## CSS

No additional CSS is needed

## External Includes

No external files are needed