diff options
-rw-r--r-- | config/general.yml-example | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/general.yml-example b/config/general.yml-example index 739ea9de6..9c13f1c82 100644 --- a/config/general.yml-example +++ b/config/general.yml-example @@ -776,10 +776,10 @@ ALLOW_BATCH_REQUESTS: false # --- RESPONSIVE_STYLING: true -# Define the mailer deliver method to be used only in the Production environment -# By default, use the sendmail. +# Define the mailer delivery method to be used only in the production environment. +# By default, use sendmail. # -#The list of accepted options are available in the Rails ActionMailer configuration +# The list of accepted options are available in the Rails ActionMailer configuration # documentation: http://guides.rubyonrails.org/action_mailer_basics.html#example-action-mailer-configuration # # The most common alternative is to use 'smtp' |