Hi I am wondering is there a way of sending the user an email (from my Gmail address) with results of calculations that occurs within the app itself?
For example a form is filled out with values for electricity rates and these rates are then computed and processed into information on savings for a particular product.
What I have is a custom alert box popup with the results and a button saying email me the results and then a EditText becomes visible below asking for the email address of the user.
Is this possible or would a simple notification be easier to do?