Skip to content

Set ActionMailer::Base.delivery_method to SMTP to make mail work

Stan Hu requested to merge fix-smtp-delivery-method into master

Mail was not being sent in 8.9 RC5. Suspect some initializing load order issue causing Notify.delivery_method to be :sendmail when :smtp was desired.

Merge request reports