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

Flutter Mailer #247

Closed shahryfaisal closed 2 months ago

shahryfaisal commented 4 months ago

Sending mail works on iOS, works on an emulator but not on a physical android device

close2 commented 3 months ago

Please enable debug logs and provide more information:

    Logger.root.level = Level.ALL;
    Logger.root.onRecord.listen((LogRecord rec) {
      print('${rec.level.name}: ${rec.time}: ${rec.message}');
    });
busslina commented 3 months ago

Seems more a network issue than a mailer issue

close2 commented 2 months ago

I will close this issue for now.

Feel free to reopen, if more log output indicates a bug in the library.