问题描述
我想从我的Android应用程序发送电子邮件没有任何的用户交互。我如何能实现类似服务的的 Mailgun API 的在android系统?
I want to send email from my android application without any user interaction. How can i implement services like Mailgun API in android?
我发现mailgun一张code的,在。对于此实现我得到了一些与Android是多年平均值的作品。任何人试图在Android中使用mailgun?
I found a piece of code in mailgun that works in java. For this implementation i got some libraries that doesnot works with android. Anybody have tried to use mailgun in android?
推荐答案
我觉得你问的出站发件人电子邮件这是类似Mailgun。一个这样的服务是它已经纳入AWS移动亚马逊SES。它甚至有一个很好的教程来实现它在Android中。无论SES和Mailgun需要验证发件人所以理论上讲,你会从自己的域发送电子邮件,并没有任何做与用户的电子邮件。
I think what you are asking is outbound sender email which is similar to Mailgun. One such service is Amazon SES which is already incorporated into AWS Mobile SDK. It even has a nice tutorial to implement it in Android. Both SES and Mailgun require a verified sender so technically you will be sending emails from your own domain and have nothing to do with user's email.
这篇关于从机器人发送邮件,而使用SMTP和用户交互的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!