How to save copy of outgoing email in IMAP "Sent" box using ActionMailer?
Posted
by Angela
on Stack Overflow
See other posts from Stack Overflow
or by Angela
Published on 2010-04-30T16:52:31Z
Indexed on
2010/04/30
20:27 UTC
Read the original article
Hit count: 213
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?
© Stack Overflow or respective owner