Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The email generator attempts to inject SMTP config into
config/environments/production.rb
after the lineconfig.action_mailer.raise_delivery_errors = false
. This line is not found anymore and thus fails (NB: find reference).I propose the code is injected after
config.action_mailer.perform_caching = false
instead.In production, you may experience the following error as action mailer attempts to use the default port 25: