Have App send me an email

Hello!

I am working on an app that is basically the hikr tutorial but it can send me an email of the hikes, like if there was an “export” button and all it did was email me the text information of the hike. Is that possible? I know Fuse can launch other apps, but I would rather the app send me the email with just a click of the button.

Thanks in advance!

Sounds like you’d want to integrate with a backend API online that takes care of the email sending for you, like Mailchimp/Mandrill or one of the many other alternatives.

If not for a backend, the best you can do is use the Email module which opens the default mail app on device and accepts content that you’ve generated.