Compare commits
	
		
			1 Commits
		
	
	
		
			ba8eb8b85e
			...
			3429ac64ec
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 3429ac64ec | 
| @ -74,11 +74,11 @@ Rails.application.configure do | |||||||
|   config.action_mailer.perform_caching = false |   config.action_mailer.perform_caching = false | ||||||
|   config.action_mailer.delivery_method = :smtp |   config.action_mailer.delivery_method = :smtp | ||||||
|   config.action_mailer.smtp_settings = { |   config.action_mailer.smtp_settings = { | ||||||
|     address: File.read(ENV["SMTP_ADDRESS"]).strip, |     address: ENV["SMTP_ADDRESS"], | ||||||
|     port: File.read(ENV["SMTP_PORT"]).strip, |     port: ENV["SMTP_PORT"], | ||||||
|     user_name: File.read(ENV["SMTP_USER_NAME"]).strip, |     user_name: ENV["SMTP_USER_NAME"], | ||||||
|     password: File.read(ENV["SMTP_PASSWORD"]).strip, |     password: ENV["SMTP_PASSWORD"], | ||||||
|     authentication: File.read(ENV["SMTP_AUTHENTICATION"].strip&.to_sym) |     authentication: ENV["SMTP_AUTHENTICATION"]&.to_sym | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   # Ignore bad email addresses and do not raise email delivery errors. |   # Ignore bad email addresses and do not raise email delivery errors. | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user