├── LICENSE ├── README.md ├── assets └── EoA.png └── templates ├── action.html ├── alert.html ├── billing.html ├── inlined ├── action.html ├── alert.html └── billing.html └── styles.css /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mailgun/transactional-email-templates/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mailgun/transactional-email-templates/HEAD/README.md -------------------------------------------------------------------------------- /assets/EoA.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mailgun/transactional-email-templates/HEAD/assets/EoA.png -------------------------------------------------------------------------------- /templates/action.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mailgun/transactional-email-templates/HEAD/templates/action.html -------------------------------------------------------------------------------- /templates/alert.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mailgun/transactional-email-templates/HEAD/templates/alert.html -------------------------------------------------------------------------------- /templates/billing.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mailgun/transactional-email-templates/HEAD/templates/billing.html -------------------------------------------------------------------------------- /templates/inlined/action.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mailgun/transactional-email-templates/HEAD/templates/inlined/action.html -------------------------------------------------------------------------------- /templates/inlined/alert.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mailgun/transactional-email-templates/HEAD/templates/inlined/alert.html -------------------------------------------------------------------------------- /templates/inlined/billing.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mailgun/transactional-email-templates/HEAD/templates/inlined/billing.html -------------------------------------------------------------------------------- /templates/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mailgun/transactional-email-templates/HEAD/templates/styles.css --------------------------------------------------------------------------------