forked from cybrespace/mastodon
		
	Added SMTP_FROM_ADDRESS to heroku deploy config
Allows the user to set the address mastodon emails are maraked as being sent from
This commit is contained in:
		
							parent
							
								
									63b3cb37db
								
							
						
					
					
						commit
						8a93ae4f18
					
				
					 1 changed files with 5 additions and 1 deletions
				
			
		
							
								
								
									
										6
									
								
								app.json
									
										
									
									
									
								
							
							
						
						
									
										6
									
								
								app.json
									
										
									
									
									
								
							| 
						 | 
					@ -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 @@
 | 
				
			||||||
    "heroku-postgresql",
 | 
					    "heroku-postgresql",
 | 
				
			||||||
    "heroku-redis"
 | 
					    "heroku-redis"
 | 
				
			||||||
  ]
 | 
					  ]
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue