SMTP email example

Have a look below.
Why I do not receive email?
Any clues?
Regards

at+wopen=1
OK
[GPRS]: open: -> DISCONNECTED
[GPRS]: start: -> CONNECTING
[GPRS]: GPRS EVENT SETUP OK (cid=1): GPRS activate
[GPRS]: GPRS EVENT: 27 (cid=1)
[GPRS]: GPRS EVENT ACTIVATE OK (cid=5)
[GPRS]: GPRS: -> CONNECTED
[SMTP] port=25
[SMTP] username=myuser
[SMTP] authentype=2
[SMTP] connect to host: myhost.com:25
[WIP] new TCPCLIENT 0x180c368c
[SMTP] Create: created session 0x180c416c 668, socket= 0x180c368c
Session wip_getOpts(): connect  myhost.com:25,  U=myuser P=mypassword, 2
[SMTP] CnxEventHandler TCPsock: 2 
[SMTP] CnxEventHandler TCPsock: 6 
[SMTP] WriteHandler: TxState=1 
[SMTP] CnxEventHandler TCPsock: 5 
[SMTP] ReadHandler[IN]: TxState=1 
[SMTP] read[28]: 220 m119.myhost.com ESMTP[SMTP] GetStatusCode: code=220
[SMTP] WriteHandler: TxState=2 
[SMTP<=] EHLO 10.49.177.139
[SMTP] CnxEventHandler TCPsock: 5 
[SMTP] ReadHandler[IN]: TxState=2 
[SMTP] read[22]: 250-m119.home.net.pl[SMTP] GetStatusCode: code=250
[SMTP] read[22]: 250-AUTH LOGIN PLAIN[SMTP] GetStatusCode: code=250
[SMTP] read[22]: 250-AUTH=LOGIN PLAIN[SMTP] GetStatusCode: code=250
[SMTP] read[14]: 250 8BITMIME[SMTP] GetStatusCode: code=250
[SMTP] WriteHandler: TxState=3 
[SMTP<=] AUTH LOGIN
[SMTP] CnxEventHandler TCPsock: 5 
[SMTP] ReadHandler[IN]: TxState=3 
[SMTP] read[18]: 334 VXNlcm5hbWU6[SMTP] GetStatusCode: code=334
[SMTP] WriteHandler: TxState=4 
[SMTP<=] ZmVzdHlu
[SMTP] CnxEventHandler TCPsock: 5 
[SMTP] ReadHandler[IN]: TxState=4 
[SMTP] read[18]: 334 UGFzc3dvcmQ6[SMTP] GetStatusCode: code=334
[SMTP] WriteHandler: TxState=5 
[SMTP<=] bnl0c2Vmb3MuOA==
[SMTP] CnxEventHandler TCPsock: 5 
[SMTP] ReadHandler[IN]: TxState=5 
[SMTP] read[27]: 235 ok, go ahead (#2.0.0)[SMTP] GetStatusCode: code=235
[SMTP] SMTPClientCnxPutFileOpts
[SMTP] sendername=OAT WIP sender
[SMTP] sender=<myuser@myhost.com>
[SMTP] rec=<othermyuser@myhost.com>,<othermyuser@myhost.com>
[SMTP] cc_rec=
[SMTP] bcc_rec=
[SMTP] subj=WIP sender mail test SMTP
[SMTP] header=1
[SMTP] WriteHandler: TxState=7 
[SMTP<=] MAIL FROM: <<myuser@myhost.com>>
[SMTP] PutFile: created 0x180c46ec 72
Data_getOpts(): sender is OAT WIP sender <<myuser@myhost.com>>, 1, subject=WIP sender mail test SMTP
rec=<othermyuser@myhost.com>,<othermyuser@myhost.com>, cc_rec=, bcc_rec=
[SMTP] CnxEventHandler TCPsock: 5 
[SMTP] ReadHandler[IN]: TxState=7 
[SMTP] read[8]: 250 ok[SMTP] GetStatusCode: code=250
[SMTP] WriteHandler: TxState=8 
[SMTP<=] RCPT TO: <<myuser@myhost.com>>
[SMTP] CnxEventHandler TCPsock: 5 
[SMTP] ReadHandler[IN]: TxState=8 
[SMTP] read[8]: 250 ok[SMTP] GetStatusCode: code=250
[SMTP] WriteHandler: TxState=8 
[SMTP<=] RCPT TO: <<myuser@myhost.com>>
[SMTP] CnxEventHandler TCPsock: 5 
[SMTP] ReadHandler[IN]: TxState=8 
[SMTP] read[8]: 250 ok[SMTP] GetStatusCode: code=250
[SMTP] WriteHandler: TxState=8 
[SMTP<=] DATA
[SMTP] CnxEventHandler TCPsock: 5 
[SMTP] ReadHandler[IN]: TxState=11 
[SMTP] read[37]: 354 end data with <CR><LF>.<CR><LF>[SMTP] GetStatusCode: code=354
[SMTP] WriteHandler: TxState=12 
[SMTP] 32 23 <myuser@myhost.com>
[SMTP] 47 14 OAT WIP sender
[SMTP] 102 49 <othermyuser@myhost.com>,<othermyuser@myhost.com>
[SMTP] 108 0 
[SMTP] 144 25 WIP sender mail test SMTP
[SMTP]alloc mail header 0x180c474c 146 
[SMTP] HEADER_BUILD 0x180c474c 0x180c474c 145 
[SMTP] mail header written: sent=145, left=0
[SMTP] mail header sent:
From: OAT WIP sender <myuser@myhost.com>
To: <othermyuser@myhost.com>,<othermyuser@myhost.com>
Cc: 
Subject: WIP sender mail test SMTP
[WIP] closing SMTP_DATA 0x180c46ec
[SMTP] WriteHandler: TxState=15 
[SMTP<=] 
.
[WIP] closing SMTP_CONTROL 0x180c416c
[SMTP] WriteHandler: TxState=16 
[SMTP<=] QUIT
Release subLevelOptions
[WIP] closing TCPCLIENT 0x180c368c