Update SMTP settings for Mailcatcher
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
ActionMailer::Base.smtp_settings = {
|
||||
:address => 'mailtrap.io',
|
||||
:port => 2525,
|
||||
:authentication => :plain,
|
||||
:user_name => ENV['MAILTRAP_USERNAME'],
|
||||
:password => ENV['MAILTRAP_PASSWORD']
|
||||
}
|
||||
|
||||
ActionMailer::Base.delivery_method = :smtp
|
||||
Reference in New Issue
Block a user