Send Email in Service (without prompting user)

前端 未结 3 1066
无人共我
无人共我 2020-12-16 06:23

is it possible that I send email in background using service.. like in service I use Intent with ACTION_SENDTO with Uri data mailto:recipient_email and it get sent in the ba

3条回答
  •  北海茫月
    2020-12-16 07:10

    Then you need to do it programmatically. Here's a tutorial for that http://nilvec.com/sending-email-without-user-interaction-in-android/ Updated link using the Wayback Machine as the site now has a domain squatter

提交回复
热议问题