config
This commit is contained in:
3
app.json
3
app.json
@@ -33,6 +33,9 @@
|
||||
"MAILER_FROM_ADDRESS": {
|
||||
"description": "The email address your application will use as the default sender.",
|
||||
"required": true
|
||||
},
|
||||
"PRIMARY_SITE_URL": {
|
||||
"description": "The URL of your primary Craft CMS site. This is used to generate URLs for email verification, password reset, etc.",
|
||||
}
|
||||
},
|
||||
"formation": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
dateModified: 1625782418
|
||||
email:
|
||||
fromEmail: tparnell8@gmail.com
|
||||
fromEmail: $MAILER_FROM_ADDRESS
|
||||
fromName: Heroku
|
||||
transportType: craft\mail\transportadapters\Sendmail
|
||||
system:
|
||||
|
||||
Reference in New Issue
Block a user