mail_launcher

Last updated:

0 purchases

mail_launcher Image
mail_launcher Images
Add to Cart

Description:

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 #

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.