When I launched my app in the Apple, Google, and Windows app stores back in November 2014, the email function was working flawlessly. Then I get a notice that it is sending an email with a few characters of HTML code.
So I checked the following:
I opened the my app project in Appery.io. I tested the app by selecting the Test button at the top. When the emulator opened and my start screen was showing, I opened the Inspect Element from Google's Developer Tools to see what string was being passed into the variable that was used fro the Message section of the app. This showed exactly what was suppose to be showing.
I next went to the mapping screen for the SendGrid email page of my app to check to make sure that this was correct. I saw that it was correctly mapped.
I attempted to send myself an email via the test tab under ServicesSendGrid_MailSend. I copied the html for the message from the Google developer tools local storage for this variable highlighted in the first image above. Pressed test and the correct email was delivered.
Lastly I created an HTML box on my app to display the message the variable is holding. When I tested this it showed exactly what the email should look like.
Now, I'm stuck. I'm thinking it has to be something with the mapping, but why would it work a couple months ago and now stop working.
Your support team has always helped me in the past. I hoping this situation will be the same.