android - Send email automatically and append string before sending -


i have android app has ability genereta reports , gives user option email reports. after chooser opens , user picks gmail send email, gmail app opens , user can see message. ideal if user not able see message becouse append little commercial below message , not allow user delete small commercisl. example:

email body:

"some generated report.

this report generated xyz app. download app , create own reports!"

the part says app generated report should hidden somehow user can't see , small advertisement send real message.

how can accomplish that? thank you!

how can accomplish that?

send email (javamail, via web server, etc.). if user sending email, via user's own email client , user's own email account, user has right see message , edit desired.


Comments

Popular posts from this blog

c# - Unity IoC Lifetime per HttpRequest for UserStore -

Change the color of an oval at click in Java AWT -

I am trying to solve the error message 'incompatible ranks 0 and 1 in assignment' in a fortran 95 program. -