Canada
Asked — Edited

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

Get access to the latest features and updates before they're released. You'll have everything that's needed to unleash your robot's potential!

PRO
Synthiam
#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.

PRO
Synthiam
#4  

lol fiiiiiiiiiiiiiiiiiiiiiiiiiiiine :)

PRO
Synthiam
#5  

There get the latest version for images: https://synthiam.com/redirect/legacy?table=plugin&id=128

#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

PRO
Synthiam
#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", "bob@bobberton.com", "Bob Smith", "This is the subject", "This is the message body")

#9  

Good deal, works GREAT! Here's what I'm getting; User-inserted image

#10  

@DJ, this is so Awesome!

Bob, that's pretty freaking sweet!