HomeGenie Forum
General Category => Troubleshooting and Support => Topic started by: [email protected] on March 22, 2016, 12:15:56 PM
-
Hi I tried to configured the Attached file for the email notification and does not work.
I enable Still Images but no files are attached.
Any ideas ?
Thanks nice soft by the way
-
This works for me:
byte[] img = Net.WebService("http://IP/snapshot.jpg").GetBytes();
Net.AddAttachment( "", img )
.SendMessage( "[email protected]", "", "image from camera" );
Test and make sure image URL displays image in browser: http://IP/snapshot.jpg (http://IP/snapshot.jpg)
-
Thanks Kevin,
Need to modify/add this config in the config file ?