This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

email_application using MSP-EXP430F5529LP and CC3100 BoosterPack:: getting output on teraterm "Device couldn't send the email"

Other Parts Discussed in Thread: MSP-EXP430F5529LP, CC3100

I am doing email_application using MSP-EXP430F5529LP and CC3100 BoosterPack,
I am not able to send email, i am getting following output on tera terminal..
Kindly give me solution.


teraterminal output:

 Email application - Version 1.2.0

*******************************************************************************

 Device is configured in default state

 Device started as STATION

 Connection established w/ AP and IP is acquired

 Sending email...

 Device couldn't send the email


In sl_common.h file what i need to fill in these constants

1)   #define SSID_AP_MODE       "<ap_mode_ssid>"    /* SSID of the CC3100 in AP mode */

2)   #define PASSWORD_AP_MODE   ""                  /* Password of CC3100 AP */

3)   #define SEC_TYPE_AP_MODE   SL_SEC_TYPE_OPEN    /* Can take SL_SEC_TYPE_WEP or
                                                * SL_SEC_TYPE_WPA as well */

.........
Basavaraj E