Skip to content

Mailer is back !

Ghost User requested to merge development into staging

Goals

Re-setup the mailer in production

  • get all those wonderful and essentials emails
  • stop seeding in the pipeline to avoid sendgrid lockout

Changes

  • Procfile : removed db:seed command
  • config/environments/production.rb : config.action_mailer.perform_deliveries switched to true

Tests

  • registration, contribution... result in an email : PASSED

Merge request reports