Is it possible for Wiced Wifi module to receive and process emails?

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

cross mob
Anonymous
Not applicable

Hi,

I went through the email app in the SDK where we can send an email.

Is is possible to receive/read any emails from an account? "smtp.c" does not have any reciprocal function to "wiced_smtp_send". !

0 Likes
2 Replies
Anonymous
Not applicable

Hello Puranik,

Which version of SDK are you using?  We do have the function "receive_smtp_reply" in smtp.c under email app in the WICED IDE 3.4.0 .

you might wanna check that out.

Sending you an invite to download WICKED 3.4.0 early version. Please follow the link to download the latest version.

Thanks

Rj

0 Likes
Anonymous
Not applicable

Hi Rj,

I was using 3.3.1 SDK. It also had "receive_smtp_reply" in smtp.c. However, for receiving emails, we need to use pop3 implementation.

I am trying to do that on my end, but it seems very involved. Any help would be highly appreciated.

Thanks

0 Likes