Hi, I have a very dumb question that I'm too ashamed to submit an issue for. I'm trying to send a plain text email with some integer values mixed in with the text. I've tried appending values to message.text.content, but just can't get it. Say I have a double...
double temperatureValue=22.50; and I want the email body to say something like "Hey, the temperature value is 22.5. Not so hot." How would I go about writing that?