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.
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
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
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?
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.
Get the value of editTEXT
String content = edittext.getText().toString();
Click the button to request the background with content as a parameter, and let the background send the email
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
It means I don’t understand what you want to do. . .
Already solved, thank you