Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/solodev/email-signature
- Owner: solodev
- Created: 2016-12-07T15:18:56.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-07T15:23:48.000Z (almost 8 years ago)
- Last Synced: 2024-08-01T16:40:46.370Z (3 months ago)
- Language: HTML
- Homepage:
- Size: 1.95 KB
- Stars: 7
- Watchers: 5
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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:
```
John Smith
Software Engineer
800 N. Magnolia Ave, Suite 1400 | Orlando, Fl 32803
Office 407.898.1961
[email protected]
solodev.com
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