Last updated:
0 purchases
mail launcher
mail_launcher #
Open mail client select dialog to open mailto:. On ios it will show only specified apps if installed, on Android all apps which receives mailto: scheme.
Setup #
iOS #
iOS requires you to list the URL schemes you would like to query in the Info.plist file.
<key>LSApplicationQueriesSchemes</key>
<array>
<string>googlegmail</string>
<string>x-dispatch</string>
<string>readdle-spark</string>
<string>airmail</string>
<string>ms-outlook</string>
<string>ymail</string>
<string>fastmail</string>
</array>
copied to clipboard
Usage #
MailLauncher.launch(
to: "[email protected]",
subject: "Subject",
body: "Body",
dialogTitle: "Choose",
);
copied to clipboard
Screenshot #
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.