Hello, I have been unsuccessful at sending a variable in the body of an e-mail. I have created an array using sprint as a buffer, but has not worked.
pos = sprintf(body, “this is a test”, varaible);
emailArray[0].body = pos;
variable declared as float.
I am able to send text.
Cloud someone please offer a suggestion on how to do this?