Set ActionMailer::Base.delivery_method to SMTP to make mail work
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.
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.