Skip to content
Extraits de code Groupes Projets
Valider 8a93ae4f rédigé par Tom McAtee's avatar Tom McAtee Validation de GitHub
Parcourir les fichiers

Added SMTP_FROM_ADDRESS to heroku deploy config

Allows the user to set the address mastodon emails are maraked as being sent from
parent 63b3cb37
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -71,6 +71,10 @@ ...@@ -71,6 +71,10 @@
"SMTP_DOMAIN": { "SMTP_DOMAIN": {
"description": "Domain for SMTP server. Will default to instance domain if blank.", "description": "Domain for SMTP server. Will default to instance domain if blank.",
"required": false "required": false
},
"SMTP_FROM_ADDRESS": {
"description": "Address to send emails from",
"required": false
} }
}, },
"buildpacks": [ "buildpacks": [
...@@ -88,4 +92,4 @@ ...@@ -88,4 +92,4 @@
"heroku-postgresql", "heroku-postgresql",
"heroku-redis" "heroku-redis"
] ]
} }
\ No newline at end of file
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter