Sending email SMTP protocol - 3.5.2, TLS context not initializing

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
lock attach
Attachments are accessible only for community members.
MiDe_2164101
Level 3
Level 3
Welcome! First question asked First solution authored

Another issue in my change to 3.5.2 was that my 'send email' using gmail with TLS didn't work anymore.  Seems like the library is missing a call to wiced_tls_init_context.

In any case, if anybody else has this issue i've attached a patch.  Or if anybody has a better suggestion.

2 Replies
VikramR_26
Employee
Employee
25 sign-ins 10 sign-ins 10 comments on KBA

Thanks for helping, this fix is included and will be present in our next SDK release.

0 Likes

FYI, A NULL check for tls_context is missed after tls_context = MALLOC_OBJECT().

0 Likes