katzer / cordova-plugin-email-composer

Edit and send email messages
Apache License 2.0
344 stars 333 forks source link

Email blocked in outbox on mail app (iPhone) #383

Open Chachuke opened 1 year ago

Chachuke commented 1 year ago

Hello there,

When using an attachment with a size superior to 5 mo, the mail never sends. It's stuck in the outbox, and i have to go to the mail app, in the outbox folder and i have to send it by myself (this is not acceptable for our customers).

After searching on the internet i didn't find anything related to this, so is there a way to override this behavior ?

Tried with :

Here is my ionic info :

Ionic:

   Ionic CLI                     : 7.1.1 (/usr/local/lib/node_modules/@ionic/cli)
   Ionic Framework               : @ionic/angular 6.4.2
   @angular-devkit/build-angular : 13.3.10
   @angular-devkit/schematics    : 13.3.10
   @angular/cli                  : 13.3.10
   @ionic/angular-toolkit        : 7.0.0

Cordova:

   Cordova CLI       : 11.0.0
   Cordova Platforms : android 10.1.2, ios 6.3.0
   Cordova Plugins   : cordova-plugin-ionic-keyboard 2.2.0, (and 26 other plugins)

Utility:

   cordova-res (update available: 0.15.4) : 0.15.2
   native-run (update available: 1.7.2)   : 1.2.2

System:

   Android SDK Tools : 26.1.1 (/Users/eddytrouchaud/Library/Android/sdk)
   ios-deploy        : 1.11.3
   ios-sim           : 8.0.2
   NodeJS            : v16.19.1 (/usr/local/bin/node)
   npm               : 8.19.3
   OS                : macOS Unknown
   Xcode             : Xcode 14.3.1 Build version 14E300c

Thanks, Chachuke;

Chachuke commented 1 year ago

I managed to send the mail compressing even more the file before sending it on emailComposer, but dude, this limit is not mentioned anywhere...