Replies: 2 comments 1 reply
-
Thanks for reporting this issue. Now this issue was fixed in v3.3.6, please update. |
Beta Was this translation helpful? Give feedback.
0 replies
-
so far the 3.3.6 release works very well for me. Just noticed that last release was not 'pushed' automatically into IDE so I had to add the library 'manually'using the libraray zip option. Thank you so much. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am integrating the IMAP support into my IoT sketch. Apart from recieving emails, my sketch also support SMTP email to send log data.
I add an option of Cc recipient but I am getting compliation error. I started with message.addCc("[email protected]"); and got: SMTP_Message::addCc<const char*>::esp_mail_smtp_recipient_address_t cc' has incomplete type.
I tried to modifiy the parameter type but failed to define the right parameter type. Will you help me with this, please ?
Beta Was this translation helpful? Give feedback.
All reactions