We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently we have
ThirdPartyMailer.application(application, openMailClient: client, recipient: nil, subject: nil, body: nil)
Can we get:
ThirdPartyMailer.application(application, openMailTORecipient: nil, subject: nil, body: nil)
This would send mail using Mail.app if available and then other options if available.
If we have this feature then it would be strictly better than using the built-in mail app since some people don't have that.
The text was updated successfully, but these errors were encountered:
Closing this ticket, as it’s essentially a sub-issue for #14
Sorry, something went wrong.
No branches or pull requests
Currently we have
Can we get:
This would send mail using Mail.app if available and then other options if available.
If we have this feature then it would be strictly better than using the built-in mail app since some people don't have that.
The text was updated successfully, but these errors were encountered: