Francesco Brunetti @francescob.github.io · Jan 21

#rubyonrails 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:

1 likes 0 replies

?