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.

CC3220S: SMTP Functionality / Example

Part Number: CC3220S
Other Parts Discussed in Thread: CC3200

hi there,

Please can anyone help us to find some code examples for using the CC3220S with SMTP?  

Thanks 

Nick 

  • Hi Nick,

    Some old example you find at CC3200 SDK. Be aware that this example is not compatible with CC3220 device. But you can use them as inspiration. As another resource you can use LwIP code or NetX Duo SMTP Client implementation.

    I have written own SMTP client with TLS, STARTLS and OAuth2 support. I cannot provide to you my code, but I can help you in case of any question.

    Jan

  • if you use the CC3200 SDK for your reference, please note that the "email" example uses the basic SMTP Client implementation under netapps/smtp/.

    This library is not supported for CC3220 and will require porting.