MPU6050 Tilt Angle Sensor icon MPU6050 Tilt Angle Sensor Flash Arduino Uno firmware to read DHT11 temp/humidity and MPU6050 IMU simultaneously; provides $AngleX, $AngleY and $AngleZ variables. Try it →
Canada
YouTube
Asked — Edited
Sending A Snapshot In An E-mail

Sending A Snapshot In An E-Mail

I have the new SMTP Client plugin installed and working. I have it configured so that if the camera in my robot detects any motion, I get an e-mail and it takes a picture of what is moving. Now to take it one step further, is there a way to have that snapshot e-mailed to me as well? I thought I had seen something on this awhile ago but I can't find anything. Has anyone tried doing this? Is it possible?


ARC Pro

Upgrade to ARC Pro

Take control of your robot's destiny by subscribing to Synthiam ARC Pro, and watch it evolve into a versatile and responsive machine.

Author Avatar
PRO
Synthiam
LinkedIn Thingiverse Twitter YouTube GitHub
#1  

You'd have to modify the smtp client plugin to make that happen.

#2  

By "you'd" did you mean you? LOL That's beyond my capabilities.

#3  

It would be great if a video could be sent as well.

Author Avatar
PRO
Synthiam
LinkedIn Thingiverse Twitter YouTube GitHub
#4  

lol fiiiiiiiiiiiiiiiiiiiiiiiiiiiine:)

#7  

Wow, that's fast! Installed it and it works great! One e-mail sends the message and the next e-mail has the image. Thanks

Author Avatar
PRO
Synthiam
LinkedIn Thingiverse Twitter YouTube GitHub
#8  

Both commands send a message fyi.

Sends only text ControlCommand("SMTP Client", Send, "bob@bobberton", "Bob Smith", "Test", "This is a test message")

Sends image and text ControlCommand("SMTP Client", SendImage, "Camera", "[email protected]", "Bob Smith", "This is the subject", "This is the message body")