Arduino – Send Email Notifications with PHP Mail Function
You can send SMTP (email) notifications using an Arduino Uno with WiFi and a web server with PHP using the mail() function in PHP. You POST data to the web server from the Arduino and […]
You can send SMTP (email) notifications using an Arduino Uno with WiFi and a web server with PHP using the mail() function in PHP. You POST data to the web server from the Arduino and […]
This project shows you how to send data to a server with POST from an Arduino Uno with WiFi and to have the server parse the data using a PHP script. Functional Parts in the […]