Fix ENV (#20377)
				
					
				
			This commit is contained in:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							d4f973227c
						
					
				
				
					commit
					19a8563905
				
			@@ -104,7 +104,7 @@ Rails.application.configure do
 | 
			
		||||
  enable_starttls = nil
 | 
			
		||||
  enable_starttls_auto = nil
 | 
			
		||||
 | 
			
		||||
  case env['SMTP_ENABLE_STARTTLS']
 | 
			
		||||
  case ENV['SMTP_ENABLE_STARTTLS']
 | 
			
		||||
  when 'always'
 | 
			
		||||
    enable_starttls = true
 | 
			
		||||
  when 'never'
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user