php - Don't save a message in "sent mail" if sent via Gmail -


with symfony2 easy configure gmail smtp provider. great feature sent messages stored in "sent mail" folder.

but emails not desirable store them, "forgot password" emails. can't find trace in documentation not storing message in "sent mail" folder.

http://symfony.com/doc/master/cookbook/email/gmail.html

i think gmail specific behavior, because swiftmailer (the mailer bundle in symfony) uses smtp send emails , smtp sending mails , not storing them.

the task store sent email in sent folder (locally or in imap folder) job of mua (mail user agent, email client) , not of server. yeah, google own things.


Popular posts from this blog

How to calculate SNR of signals in MATLAB? -

c# - Attempting to upload to FTP: System.Net.WebException: System error -

ios - UISlider customization: how to properly add shadow to custom knob image -