Skip to content

Connecting ESP32-Cam with SMTP Email Sending to Firebase RTDB #312

Closed Answered by mobizt
samgonzaga asked this question in Q&A
Discussion options

You must be logged in to vote

The error is because global libraries installation issue in Arduino platform which can cause compilation error when many libraries contain the same built-in dependencies with different include paths.

This problem is never existed in other well managed IDE e.g. PlatformIO that all libraries are installed locally for portability.

The workaround is you have to modify ESP Mail Client library by

  1. Delete the src/SSLClient folder of ESP Mail Client library.
  2. Replacing src/ESP_Mail_TCPClient.h at line 60 from #include "SSLClient/ESP_SSLClient.h" with #include "./client/SSLClient/ESP_SSLClient.h"

Replies: 2 comments 19 replies

Comment options

You must be logged in to vote
14 replies
@samgonzaga
Comment options

@samgonzaga
Comment options

@mobizt
Comment options

@mobizt
Comment options

@samgonzaga
Comment options

Comment options

You must be logged in to vote
5 replies
@samgonzaga
Comment options

@samgonzaga
Comment options

@mobizt
Comment options

Answer selected by samgonzaga
@samgonzaga
Comment options

@samgonzaga
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants