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

PHPMotion implementation - URL based videos (Hosted on separate location) -

javascript - Using Windows Media Player as video fallback for video tag -

c# - Unity IoC Lifetime per HttpRequest for UserStore -