Closed fmo1 closed 4 months ago
Can you try leaving SMTP_AUTH
as blank? AFAIK SMTP_AUTH needs to be either nil
plain
login
or cram_md5
(see https://guides.rubyonrails.org/action_mailer_basics.html#action-mailer-configuration)
I changed it to blank by commenting out the SMTP_AUTH option. Now it works again...
Description My smtp-configuration worked fine up to version 3.3.5 after upgrading to the recent version my configuration stopped working.
To Reproduce
Expected behavior 2x mails in your mail box (1x v3.3.5, 1x v3.3.6)
Actual behavior 1x mail in mail box from v3.3.5
Logs @v3.3.5
@v3.3.6