How to save copy of outgoing email in IMAP "Sent" box using ActionMailer?
- by Angela
When I use my regular client and send email through SMTP for an IMAP account, that outbound email gets saved in the IMAP "Sent" box.
How can I have the same behavior when I send email using Ruby on Rails ActionMailer?