How to open email app?

Hi!

I am new at ionic, I am using ionic 2, i want to send email using default email app in phone. So my question is how can I provide a reference in my ionic app to open default email app to send mail to my given email address.

this is native plugin of ionic email composer

1 Like

Thank You, Found my solution. :slight_smile:

I am newbie to ionic 3, I need the same. Can you share the code please

For simple mail sending you can use <a href="mailto:test@test.com"> and i recommend this to use for sending mail.
And for more options you can use ionic’s plugin of email.
Hope this will help.

5 Likes

Thank you its working smoothly :slight_smile: