Hi.
I want to monitor a central heating in another town, and it unfortunately doesn't have a data interface.
So when an error occurs, the only possibility is to take a photo of the display, and send it out.
Preferably via email, because I don't want to use a cloud service only for this, and I'm behind a NAT and firewall, so opening a port
isn't possible.
Would it be possible to get the functionality to attach files (a picture in this case) to an email?
That would be an ideal solution for me.
Thanks
-- karlkloss
Email with attachments (e.g. pictures)
- PeterN
- Posts: 805
- Joined: Mon Feb 08, 2021 7:56 pm
- Location: Krefeld, Germany
- Has thanked: 387 times
- Been thanked: 447 times
- Contact:
Re: Email with attachments (e.g. pictures)
Would it be acceptable to use a messenger like Telegram to send a photo from an ESP32Cam?
[Local Link Removed for Guests]
[Local Link Removed for Guests]
- karlkloss
- Posts: 359
- Joined: Fri Aug 18, 2023 12:21 pm
- Location: Local group
- Has thanked: 62 times
- Been thanked: 86 times
Re: Email with attachments (e.g. pictures)
I'm aware of the Telegram function.
But: I don't want to send any of my data via Telegram, I don't want to make an account there (you have to give them your phone number, and they copy your whole address book and store it on their servers), and it's likely that they'll be blocked in my country soon, because of zero moderation of illegal content.
But: I don't want to send any of my data via Telegram, I don't want to make an account there (you have to give them your phone number, and they copy your whole address book and store it on their servers), and it's likely that they'll be blocked in my country soon, because of zero moderation of illegal content.
Re: Email with attachments (e.g. pictures)
maybe stupid solution, sorry:
In case if you can manage the router: almost all of router has USB port wich is can be share (outside) via FTP.
Annex support FTP (I have never tried...)
In this case you don't have to open a port.
On remote site take a picture and (via FTP) put on USB pendrive on local site.
In case if you can manage the router: almost all of router has USB port wich is can be share (outside) via FTP.
Annex support FTP (I have never tried...)
In this case you don't have to open a port.
On remote site take a picture and (via FTP) put on USB pendrive on local site.
- PeterN
- Posts: 805
- Joined: Mon Feb 08, 2021 7:56 pm
- Location: Krefeld, Germany
- Has thanked: 387 times
- Been thanked: 447 times
- Contact:
Re: Email with attachments (e.g. pictures)
That’s entirely your decision. My intention was simply to highlight a technical possibility and suggest a potential workaround for your issue.[Local Link Removed for Guests] wrote: [Local Link Removed for Guests]Tue Jan 21, 2025 8:08 am I'm aware of the Telegram function.
But: I don't want to send any of my data via Telegram, I don't want to make an account there (you have to give them your phone number, and they copy your whole address book and store it on their servers), and it's likely that they'll be blocked in my country soon, because of zero moderation of illegal content.
Using a free web-server like bplaced.net in combination with FTP might be helpful too. You could then send an email containing either a link to the picture or display the linked picture directly, provided your email client is allowed to support this feature.
- cicciocb
- Site Admin
- Posts: 3232
- Joined: Mon Feb 03, 2020 1:15 pm
- Location: Toulouse
- Has thanked: 645 times
- Been thanked: 2276 times
- Contact:
Re: Email with attachments (e.g. pictures)
I'll take into account this request and I'll put into the improvement list
- Rating: 7.69%
- karlkloss
- Posts: 359
- Joined: Fri Aug 18, 2023 12:21 pm
- Location: Local group
- Has thanked: 62 times
- Been thanked: 86 times
Re: Email with attachments (e.g. pictures)
And that's how I understood it.[Local Link Removed for Guests] wrote: [Local Link Removed for Guests]Tue Jan 21, 2025 5:30 pm My intention was simply to highlight a technical possibility
It's just that I learned the hard way not to rely on other people's internet services, especially when they are "free".
You're not the customer, but the product, and they tend to undergo major changes or disappear completely without notice.
- karlkloss
- Posts: 359
- Joined: Fri Aug 18, 2023 12:21 pm
- Location: Local group
- Has thanked: 62 times
- Been thanked: 86 times
Re: Email with attachments (e.g. pictures)
You're the best![Local Link Removed for Guests] wrote: [Local Link Removed for Guests]Tue Jan 21, 2025 6:25 pm I'll take into account this request and I'll put into the improvement list
-
- Posts: 32
- Joined: Sat Mar 08, 2025 4:01 pm
- Location: germany/Achim near Bremen
- Has thanked: 17 times
- Been thanked: 12 times
Re: Email with attachments (e.g. pictures)
cicciocb wrote:
I'll take into account this request and I'll put into the improvement list
I would like it too.
To be able to send photos/pictures by email would enhance this project immensely and make it stand out from other similar projects
I'll take into account this request and I'll put into the improvement list
I would like it too.
To be able to send photos/pictures by email would enhance this project immensely and make it stand out from other similar projects
Re: Email with attachments (e.g. pictures)
io userò la funzione "allegato" per inviare file .txt e .csv dall'ESP
I will use the mail-attachment function to send text files and csv files from ESP to users
I will use the mail-attachment function to send text files and csv files from ESP to users