Created
February 2, 2019 02:53
-
-
Save sgyyz/a3fabd32d1c3a2a3c27e1a35365e17a2 to your computer and use it in GitHub Desktop.
email-spring-boot-starter default configuration
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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