Android Question SMTP (Net Lib)

BarryW

Active Member
Licensed User
Longtime User
Hi masters why does i cant recieve a = sign on email

Here is my code
B4X:
SMTP.To.Add([email protected])
SMTP.Subject = "Title"
SMTP.Body = "Variable1=Test1, Variable2=Test2"
SMTP.Send

And after recieving the email there is no = sign anymore...
it became Variable1Test1, Variable2Test2

i guess SMTP Lib removes it...

Why does this happen? Tnx...
 
Last edited:
Top