sidlatau / flutter_email_sender

Allows send emails from flutter using native platform functionality.
Apache License 2.0
146 stars 81 forks source link

[iOS 16.4] A strange bug. #93

Closed cddqssc closed 1 year ago

cddqssc commented 1 year ago

In release build mode, the body content is always empty even though I have set the body(body: 'test string')

But everything works fine in debug build mode.(There are no changes to the code between the debug and release builds.)

Android works fine in both release and debug modes.

May I ask if anyone has encountered a similar problem?(mailer has the same problem.)