{"id":19012655,"url":"https://github.com/naguissa/esp_email_api","last_synced_at":"2026-05-04T10:33:31.655Z","repository":{"id":93928612,"uuid":"344055182","full_name":"Naguissa/ESP_email_API","owner":"Naguissa","description":"This Arduino sketch implements most simple way to send an email using ForoElectro REST API.","archived":false,"fork":false,"pushed_at":"2021-03-03T08:33:29.000Z","size":5,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-01T22:11:39.736Z","etag":null,"topics":["api","arduino","email","esp","esp32","esp8266","foroelectro","naguissa","wifi"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Naguissa.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"Naguissa","custom":"https://www.paypal.me/foroelectro"}},"created_at":"2021-03-03T08:30:00.000Z","updated_at":"2023-10-06T18:11:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"fcf70a4f-ca9a-4058-8cab-76e59847bd7a","html_url":"https://github.com/Naguissa/ESP_email_API","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Naguissa%2FESP_email_API","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Naguissa%2FESP_email_API/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Naguissa%2FESP_email_API/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Naguissa%2FESP_email_API/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Naguissa","download_url":"https://codeload.github.com/Naguissa/ESP_email_API/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240044672,"owners_count":19739183,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","arduino","email","esp","esp32","esp8266","foroelectro","naguissa","wifi"],"created_at":"2024-11-08T19:19:02.326Z","updated_at":"2026-05-04T10:33:31.623Z","avatar_url":"https://github.com/Naguissa.png","language":"C++","funding_links":["https://github.com/sponsors/Naguissa","https://www.paypal.me/foroelectro","https://paypal.me/foroelectro"],"categories":[],"sub_categories":[],"readme":"## ESP8266 and ESP32 send email via API example ##\n\nThis Arduino sketch implements most simple way to send an email using ForoElectro REST API.\n\n\n### Configuration ###\n\nIn order to use the API you need to get a ForoElectro account (free) at: https://www.foroelectro.net/arduino/\n\nYou have to validate your email in order to prevent SPAM abuse.\n\nThen you can copy your ApiKey in this line of the sketch:\n\nchar* ApiKey = \"YOUR_APIKEY\";\n\n\nYou also need to enter your WiFi details in the sketch:\n\nchar* ssid = \"YOUR_WIFI_SSID\";\nchar *password = \"YOUR_WIFI_PASSWORD\";\n\n\n\n### Compilation ###\n\nYou can compile the sketch using Arduino IDE with support for your board.\n\n\n### Usage ###\n\nWhen started, sketch connects to your WiFi and then sends an email request to the API (just last command of setup function).\n\nMail sending is implemented in emailMe() function, and it's so simple that even it only uses server's IP, in order to skip even DNS resolution.\n\n\n### Hardware ###\n\nNo extra hardware is needed, except for power supply.\n\n\n## Who do I talk to? ##\n\n * [Naguissa](https://github.com/Naguissa)\n * https://www.foroelectro.net/servicios-de-la-web-f28/envio-de-correos-electronicos-con-una-llamada-http-t408.html\n * https://www.naguissa.com\n\n\n\n## Contribute ##\n\nAny code contribution, report or comment are always welcome. Don't hesitate to use GitHub for that.\n\n\n * You can sponsor this project using GitHub's Sponsor button: https://github.com/Naguissa/ESP_email_API\n * You can make a donation via PayPal: https://paypal.me/foroelectro\n\n\nThanks for your support.\n\n\nContributors hall of fame: https://www.foroelectro.net/hall-of-fame-f32/contributors-contribuyentes-t271.html\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnaguissa%2Fesp_email_api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnaguissa%2Fesp_email_api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnaguissa%2Fesp_email_api/lists"}