angelos3lex / react-native-smtp-mailer

Send emails by connecting to smtp server+attachments, using android javamail and ios mailcore2
39 stars 32 forks source link

Some emails are not sent on iOS #24

Closed mattroa closed 4 years ago

mattroa commented 4 years ago

While sending emails, some emails go through and some don't. Is there a limit on using this package? Like, how many emails can be sent per hour or day? Is there a need for an upgrade or something?

angelos3lex commented 4 years ago

I haven't encountered such a problem, though i haven't stress-test it. This library is a RN bridge for android javamail and ios mailcore2. If there is such a limitation maybe there is on any the native libraries? But, my guess is that this limitation is made by your provider. Do you encounter this problem using your own smtp server which has no limitations? Also, if they are not sent, don't you receive some error or something?

mattroa commented 4 years ago

I've just followed your steps here and surely it's working. Unsent emails happened on production but when on development, I can't seem to encounter any errors. So I guess I'll do some further testing and recheck some functions. Thanks for the reply.