


See sample Github action.Ĭreate the bucket to store the signature using AWS CLI: Use the Github Actions Workflow to automatically generate and store your signature in a cloud storage (e.g. You are of course encouraged to change the default structure for your use case. The gulp task ignores *.inc.html files, but will try to process & create email templates from all. There's one convention you have to keep in mind: all files that you wish to include should follow the *.inc.html format. ├── signature-reply.html # Simplified signature (loads head) ├── signature.html # Full signature (loads head/footer) ├── conf.json # Template strings, logo, etc. If you need to, use a URL instead and host the image somewhere else. * Some mail clients might have hard limits regarding the email size, so don't include large images if possible.

allows generating multiple templates at once (for your colleagues too!).generates email templates from your config.We can't fix all email clients, but we can surely make our lives easier with some automation. Writing HTML emails & email signatures sucks. When you're done, check out how to add them to your email client of choice if in doubt. dist in your fav browser to check them out 🪄 Building templates can be automated in S3 - get started here. This will continue to watch your files and re-make the template until you exit. Run npm start to generate templates from configuration.Read the docs in other languages ↗️ Preview but you don't want to deal with tables and inline styles. When you need some basic responsive email signatures that work on mobile. Let's punch email clients in the stomach 👊
