Skip to content

Instantly share code, notes, and snippets.

@sgyyz
Created February 2, 2019 02:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sgyyz/a3fabd32d1c3a2a3c27e1a35365e17a2 to your computer and use it in GitHub Desktop.
Save sgyyz/a3fabd32d1c3a2a3c27e1a35365e17a2 to your computer and use it in GitHub Desktop.
email-spring-boot-starter default configuration
io.57blocks.email:
enabled: false
template:
prefix: /email/
message_base_name: messages
html:
pattern: html/*
suffix: .html
character_encoding: UTF-8
cacheable: false
text:
pattern: text/*
suffix: .txt
character_encoding: UTF-8
cacheable: false
subject:
pattern: subject/*
suffix: .txt
character_encoding: UTF-8
cacheable: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment