伊谢尔伦2017-04-17 17:40:04
I'm sorry that I can't understand your question. Do you want to click submit and send the content to the designated email address?
黄舟2017-04-17 17:40:04
It is recommended not to call the system’s built-in email sending function. The general implementation method is to pass the content to an API and then send the email through the server itself.
怪我咯2017-04-17 17:40:04
Get the value of editTEXTString content = edittext.getText().toString();
Click the button to request the background with content as a parameter, and let the background send the email
巴扎黑2017-04-17 17:40:04
1. Typical feedback, why should you send an email?
2. If you want to send an email, implement it yourself, call a third-party app, call the system’s email service or let the server send the email