Hi masters why does i cant recieve a = sign on email
Here is my code
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...
Here is my code
B4X:
SMTP.To.Add(sample@gmail.com)
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: