ok thank you
This code that you sent to me, it writes either (text) or (function) I want to send by email the first line (text) and the second line (variable output) Can you help, thank you for everything
To clarify more
message.message = “Ciao come stai<br>io bene.<br>www.mischianti.org”;
or
int h = 0
h=h+1
message.message = (h);
Is it possible to send text on the first line and on the second line variable within one email ?