Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sonicdoe/macos-mail-signature-installer
Easily install HTML signatures in macOS’s Mail application
https://github.com/sonicdoe/macos-mail-signature-installer
email html-signature macos shell-script signature
Last synced: 4 months ago
JSON representation
Easily install HTML signatures in macOS’s Mail application
- Host: GitHub
- URL: https://github.com/sonicdoe/macos-mail-signature-installer
- Owner: sonicdoe
- License: bsd-2-clause
- Created: 2015-05-15T17:37:33.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-10-22T19:02:22.000Z (over 6 years ago)
- Last Synced: 2023-04-09T06:54:16.489Z (almost 2 years ago)
- Topics: email, html-signature, macos, shell-script, signature
- Language: Shell
- Homepage:
- Size: 11.7 KB
- Stars: 13
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# macOS Mail Signature Installer
Easily install HTML signatures in macOS’s Mail application.
## Usage
Pipe your signature file into `install-signature.sh` and pass the desired name of your signature as the first argument, for example:
```sh
$ cat my-signature.html | ./install-signature.sh "My Signature"
```### Not using iCloud Drive
If you’re not using iCloud Drive and are running macOS Mojave or later, the script won’t be able to access your Mail signatures due to new security protections. You’re able to work around this by granting Terminal full disk access, however, this is not recommended as a permanent solution.
## Acknowledgments
Thanks to [@coneybeare](https://github.com/coneybeare) for [his tutorial on making an HTML signature in Apple Mail](http://matt.coneybeare.me/how-to-make-an-html-signature-in-apple-mail-for-mojave-os-x-10-dot-14/).
## License
`macos-mail-signature-installer` is licensed under the BSD 2-clause license. See [LICENSE](./LICENSE) for the full license.