Ruby on Rails Developer.
TIL: an old rails app (rails 2.3) was automatically saving emails sent with an smtp account to the sent folder of that account. Rails 8 (and possibly other versions before that) was not. To restore that behaviour you need to mix in imap, and use a custom after_delivery method:
TIL: an old rails app (rails 2.3) was automatically saving emails sent with an smtp account to the sent folder of that account. Rails 8 (and possibly other versions before that) was not. To restore that behaviour you need to mix in imap, and use a custom after_delivery method: