hi sir …
when i writing the code for email sending through GSM module with
ch1= wip_SMTPClientCreateOpts( aIP,(wip_eventHandler_f) smtp_ClientTestCnxHandler, NULL,
WIP_COPT_PEER_PORT, “36117”,
WIP_COPT_USER, “nagaraju.m”,
WIP_COPT_PASSWORD, “adyabest”,
WIP_COPT_SMTP_AUTH_TYPE, WIP_SMTP_AUTH_NONE | WIP_SMTP_AUTH_CLEAR,
WIP_COPT_END);
this part of code for creating the SMTP session.
this API returns the success parameter but can’t enter into the “smtp_ClientTestCnxHandler” handler function .
please help me out this problem.
thanking u in advance …