Updated Production Settings with Sendgrid
This commit is contained in:
		
							parent
							
								
									9347cd0463
								
							
						
					
					
						commit
						1584eeaf27
					
				| 
						 | 
				
			
			@ -66,12 +66,12 @@ Orbit::Application.configure do
 | 
			
		|||
  config.action_mailer.smtp_settings = {
 | 
			
		||||
    :enable_starttls_auto => true,
 | 
			
		||||
    :openssl_verify_mode => 'none',
 | 
			
		||||
    :address => "http://smtp.gmail.com",
 | 
			
		||||
    :port => '587',
 | 
			
		||||
    :address => 'smtp.sendgrid.net',
 | 
			
		||||
    :port => '25',
 | 
			
		||||
    :domain => "new.tp.rulingcom.com",
 | 
			
		||||
    :authentication => "plain",
 | 
			
		||||
    :user_name => "redmine@rulingcom.com",
 | 
			
		||||
    :password => "rulingredmine"
 | 
			
		||||
    :user_name => "rulingcom",
 | 
			
		||||
    :password => "rulingbjo4xjp6"
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
end
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue