Fixed MAILER_SERVICE_PROVIDER default value

This commit is contained in:
David Baldwynn 2017-03-30 10:31:15 -07:00 committed by GitHub
parent ca6fc064ce
commit 5279016eff

View file

@ -26,7 +26,7 @@
},
"MAILER_SERVICE_PROVIDER": {
"description": "Which mailer provider are you using? (i.e. SparkPost, Mandrill, etc)",
"value": "SparkPost",
"value": "Sparkpost",
"required": true
}
},