Synbot Plugin icon Synbot Plugin Synbot plugin for ARC: local Bot Server chatbot integration with SIML dialogs, ControlCommand API, multi-language, learning and emotion support. 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

Your robot can be more than a simple automated machine with the power of ARC Pro!

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")