kaisellgren / mailer

Compose and send emails from Dart. Supports file attachments, HTML emails and multiple transport methods.
MIT License
166 stars 86 forks source link

View emails as sent in gmail #221

Closed rodrigonepomuceno closed 1 year ago

rodrigonepomuceno commented 1 year ago

The submission process is working perfectly. My question is if it would be possible for me to send an email using the tool and it would appear in my GMAIL sent items box. I don't know if this is possible.

close2 commented 1 year ago

Adding the mail to the sent folder is done over the IMAP protocol (which this library doesn't support).

You could try sending yourself the mail as BCC. If I am not mistaken gmail will notice that the sending account equals the destination account and show your mail as sent mail.