After a dumping on the ethernet network, what I see:
16:08:36.801874 IP 10.10.10.59.36939 > 93.174.70.16.terabase: P 61:83(22) ack 248 win 65535 <nop,nop,timestamp 93489839 3620661548>
0x0000: 4500 004a 50d3 4000 4006 31d8 0a0a 0a3b E..JP.@.@.1....;
0x0010: 5dae 4610 904b 0fa0 9ac8 da93 e5d0 85a5 ].F..K..........
0x0020: 8018 ffff 81bc 0000 0101 080a 0592 8aaf ................
0x0030: d7ce e92c 4d41 494c 2046 524f 4d3a 3c73 ...,
MAIL.FROM:<s
0x0040: 3636 3336 305f 313e 0d0a
66360_1>..
MAIL FROM directive passed from the android device is the user I set with the Initialize code
Mail.Initialize("****.******.com", ***, "s66360_1", "***", "SMTP")
Instead, I need the "MAIL FROM" set from sender property:
Mail.Sender = "****.********.com"
Maybe I need another function to pass the "mail from" as the library in b4j does or trying to use some other library.
Maurizio