Flutter receive emails

Issue

I want to know if there is a package out there that allows people to receive emails / drafts / deleted items from for example gmail. I found something that seemed to attempt it but I think the support has stopped for it and also my gmail automatically blocks any login attempts from it (which I can evade but if I want to eventually release it then of course this is not the correct option)

The “Potentially non supported” package: imap_client

I was wondering if someone has found a better / new package that doesn’t have that issue or if someone knows how to write one.

Thanks in advance

Solution

Didn’t really understand if you want to send it using SMTP or if you want to open the mail app.

For sending programmatically: https://pub.dev/packages/mailer
To open the gmail app: https://pub.dev/packages/flutter_email_sender

Answered By – Ethan K

Answer Checked By – Mildred Charles (FlutterFixes Admin)

Leave a Reply

Your email address will not be published. Required fields are marked *