HL6528 Email AT Quires & Solution

[size=150]Hi,

I would like to ask a query regarding EMAIL AT commands in Sierrawirelss modules(HL6528),
Im using PIC32MX795F512L micro-controller with UART5 connection,used postpaid Vodafone sim by activating Internet.

Configuring the SMTP mail command sets:
AT&K3
rsp:
OK

AT+KCNXCFG=1,“GPRS”,“WWW”,“0.0.0.0”,“0.0.0.0”,“0.0.0.0”
rsp:
OK

AT+KCNXTIMER=0,60,2,70
rsp:
OK

AT+KCNXPROFILE=0
rsp:
OK

AT+CGATT=1
rsp:
OK
AT+KSMTPPARAM=“smtp.gmail.com”, 587,“num1@gmail.com”
rsp:
+KSMTPPARAM: “smtp.gmail.com”, 587,“num1@gmail.com”
OK

AT+KSMTPPWD=“num1@gmail.com”, “XXXXXXXXXX”
rsp:
+KSMTPPWD: “num1@gmail.com”, “XXXXXXXXXX”
OK

AT+KSMTPTO=“num2@gmail.com”,“”,“num3@gmail.com”,“”
rsp:
+KSMTPTO: “num2@gmail.com”,“num3@gmail.com”,
OK

AT+KSMTPSUBJECT=“Test_Mail”
rsp:
+KSMTPSUBJECT: “Test_Mail”
OK

AT+KSMTPUL=1,46
rsp:
KSMTP ERROR: 3050

Im unable to move (write mail) further command sets for sending mail

Had verified with SMTP 587 & 465 port & verified. It is behaving same notification error. Please suggest any solution to execute send EMAIL

had tried Configuring POP3 mail command sets also behaves same :open_mouth: :frowning:

/****** POP3 commands ********/
AT&K3
rsp:
OK

AT+KCNXCFG=1,“GPRS”,“WWW”,“0.0.0.0”,“0.0.0.0”,“0.0.0.0”
rsp:
OK

AT+KCNXTIMER=0,60,2,70
rsp:
OK

AT+KCNXPROFILE=0
rsp:
OK

AT+CGATT=1
rsp:
OK
AT+KPOPCNX=“pop.gmail.com”,995,“num1@gmail.com”,“XXXXXXXXXX”
rsp:
+KPOPNOTIF: 3141

Im unable to move further command sets for sending mail in POP3 . Please suggest either 1 of the above issues.[/size][/size]