Comments on: ESP32-CAM: Take and Send Photos via Email using an SMTP Server https://randomnerdtutorials.com/esp32-cam-send-photos-email/ Learn ESP8266, ESP32, Arduino, and Raspberry Pi Sat, 17 Aug 2024 09:13:07 +0000 hourly 1 https://wordpress.org/?v=6.6.1 By: Dave https://randomnerdtutorials.com/esp32-cam-send-photos-email/#comment-948779 Sat, 17 Aug 2024 09:13:07 +0000 https://randomnerdtutorials.com/?p=98272#comment-948779 You would probably find that the SMTP provider will block your traffic.

]]>
By: azel https://randomnerdtutorials.com/esp32-cam-send-photos-email/#comment-948305 Thu, 15 Aug 2024 06:12:29 +0000 https://randomnerdtutorials.com/?p=98272#comment-948305 I ran the code sara everything is perfect. How can I make it send the photo every second?

]]>
By: Jenaro Garcia https://randomnerdtutorials.com/esp32-cam-send-photos-email/#comment-932226 Sun, 30 Jun 2024 11:48:26 +0000 https://randomnerdtutorials.com/?p=98272#comment-932226 I am trying to also use Firebase library mobizt/Firebase Arduino Client Library for ESP8266 and ESP32@^4.4.14 but I get all kinds of errors. If I run standalone firebase or mobizt/ESP Mail Client@^3.4.19 run fine. It’s only when I merge them. Do you have any hints that may help me?
Thanks in advance

]]>
By: Jenaro Garcia https://randomnerdtutorials.com/esp32-cam-send-photos-email/#comment-931899 Sat, 29 Jun 2024 12:57:53 +0000 https://randomnerdtutorials.com/?p=98272#comment-931899 Nice and simple. Thanks a lot. I just wonder how “ESP” from App Password is linked in the code? Any hint will be appreciated

]]>
By: Krazitchek https://randomnerdtutorials.com/esp32-cam-send-photos-email/#comment-930401 Tue, 25 Jun 2024 13:42:59 +0000 https://randomnerdtutorials.com/?p=98272#comment-930401 According to my personal tests it sometimes works, but most of the time not because either the ntp servers do not respond (timeout) or the connection to the SMTP server fails. Without changing anything, just unplugging and reconnecting, without even touching the code, it works… sometimes.

]]>
By: michelle https://randomnerdtutorials.com/esp32-cam-send-photos-email/#comment-909318 Wed, 24 Apr 2024 12:25:09 +0000 https://randomnerdtutorials.com/?p=98272#comment-909318 Hi there,
thanks for the code. Just Awesome <3

But I get this output in the serial Monitor whenever I try to run it:
Connecting to WiFi…..
IP Address: http://192.168.0.189
E (1631) esp_littlefs: ./components/esp_littlefs/src/littlefs/lfs.c:1225:error: Corrupted dir pair at {0x0, 0x1}

E (1632) esp_littlefs: mount failed, (-84)
E (1636) esp_littlefs: Failed to initialize LittleFS
E (1674) camera: Camera probe failed with error 0x105(ESP_ERR_NOT_FOUND)
Camera init failed with error 0x105

Can you help ?

]]>
By: Steve Stoker https://randomnerdtutorials.com/esp32-cam-send-photos-email/#comment-899345 Mon, 18 Mar 2024 12:05:24 +0000 https://randomnerdtutorials.com/?p=98272#comment-899345 Hi Sara,

I’m loving the projects you have on RNT and have worked through several already with good results. I have a question regarding the photo to email sketch(which I have running). Can I manipulate the code in this sketch without causing errors, so that the picture is taken first before the wifi connects and then sends the picture? This is to enable a trigger from an Arduino board to take the picture in the quickest time possible.

Thanks & regards,
Steve

]]>
By: Sara Santos https://randomnerdtutorials.com/esp32-cam-send-photos-email/#comment-895818 Fri, 01 Mar 2024 15:09:47 +0000 https://randomnerdtutorials.com/?p=98272#comment-895818 In reply to Barrois.

Hi.
Make sure you’re using the app password and not the email password.
Check the section “Create an App Password”
Regards,
Sara

]]>
By: Barrois https://randomnerdtutorials.com/esp32-cam-send-photos-email/#comment-895807 Fri, 01 Mar 2024 14:09:41 +0000 https://randomnerdtutorials.com/?p=98272#comment-895807 15:00:53.623 -> < S: 535-5.7.8 Username and Password not accepted. For more information, go to
15:00:53.623 -> < S: 535 5.7.8 https://support.google.com/mail/?p=BadCredentials i4-20020a05600c354400b004101f27737asm8863632wmq.29 – gsmtp
15:00:53.623 -> #### Error, authentication failed
15:00:53.623 -> ! E: authentication failed

]]>
By: Andrew https://randomnerdtutorials.com/esp32-cam-send-photos-email/#comment-888101 Sun, 04 Feb 2024 21:01:37 +0000 https://randomnerdtutorials.com/?p=98272#comment-888101 In reply to Sara Santos.

Hi,
After tweaking and testing I have found a low rate of success, I have however been capable of receiving a couple of successful emails. Most of the time the software runs until the part where it tries to send the image and then it fails. Every so often it will also have issues connecting to the smtp server

]]>