Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android App Development - Send email directly with no Intents

Can anyone suggest how I can send an email without using intents or opening another android app. I want the email to be sent directly once I hit the send button. I must use a specific office365 email for sending message. Should I use some API or SMTP etc.?

Is there a simple way on how I can apply this feature on my android app?

like image 807
APX Avatar asked Feb 15 '17 05:02

APX


1 Answers

Go through this below link. This is the example what you exactly want http://www.edumobile.org/android/send-email-on-button-click-without-email-chooser/

like image 197
Er Kishor Maharjan Avatar answered Oct 13 '22 02:10

Er Kishor Maharjan