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

Add API to use first available mail app #15

Closed
fulldecent opened this issue Nov 14, 2019 · 1 comment
Closed

Add API to use first available mail app #15

fulldecent opened this issue Nov 14, 2019 · 1 comment

Comments

@fulldecent
Copy link

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.

@vtourraine
Copy link
Owner

Closing this ticket, as it’s essentially a sub-issue for #14

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