ThirdPartyMailer
ThirdPartyMailer copied to clipboard
Include support for first part mail app
The reason we want to use third party mailers is because some people will now delete the original Mail.app.
This package can support the built in app so that now it meets the needs of more people
It seems like the (albeit poorly named) message:// URL scheme can be used to achieve this. If the default Mail app is not installed UIApplication.canOpenURL(_:) will return false; otherwise true.