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.
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
Thank You, Found my solution.
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.
Thank you its working smoothly