Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iOS Doesn’t support multiple recipients. #43

Closed
maulik54e opened this issue Sep 12, 2022 · 2 comments
Closed

iOS Doesn’t support multiple recipients. #43

maulik54e opened this issue Sep 12, 2022 · 2 comments

Comments

@maulik54e
Copy link

maulik54e commented Sep 12, 2022

in Android we are able send email to multiple recipients by passing value in To parameters as '[email protected],[email protected]'
but in iOS it's only allowing to send email to one recipient
So if possibles add support for iOS . So we can send email to multiple recipients

  const sendLogFilesByEmail = () => {
    FileLogger.sendLogFilesByEmail({
      to: '[email protected],[email protected]',
      subject: 'Log files',
      body: 'Please find attached the log files from your app',
    });
  };
@alois-beto
Copy link
Contributor

I added the support of passing an array of string to the sendLogFilesByEmail function in the v0.4.0 version.
Working on iOS & Android of course 🙂

@maulik54e
Copy link
Author

Thank you So much for adding that

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants