Page 1 of 1

Email notifications

PostPosted: Fri Jun 21, 2019 8:10 am
by Fabien
Hello,

I have written a plugin to get notifications by email because sometimes my Stepcraft with performance kit stops (Y return wrong) and I lost a lot of time.

README content

Installation:
- Close UCCNC (if open)
- Copy INIFileParser.dll in "C:\UCCNC" (adjust path if UCCNC is not in C:)
- Copy Email_notifications.dll in "C:\UCCNC\Plugins" (adjust path if UCCNC is not in C:)
- Run UCCNC
- Menu Configuration / General Settings / Configure plugins
- Find Email notifications
- Check Call startup and enabled
- Restart UCCNC
- Click configure, set parameters, apply, test and save when it works


With Gmail, you must allow "Less secure app access" so don't use your personnal email but create one dedicated to that.
https://support.google.com/accounts/ans ... 0255?hl=en

Supported notification events:
- When a cycle finished
- When machine is not moving for 5 s in a job (the job was probably stopped). Very useful with my Stepcraft with a performance kit that stops if Y return is wrong.

Support at comte_fabien@yahoo.fr, please use "UCCNC plugin support about email notifications" as subject (I have filters). If you encounter a bug, please give me details (context, account) and not just "there was a bug" :-)

If you want to support me, you can pay me a coffee with the Paypal donation button if the plugin configuration form.

Re: Email notifications

PostPosted: Fri Jun 21, 2019 9:04 pm
by beefy
Thanks very much Fabien.

I don't need it at present but it's nice to know it's available if needed in the future. I love the idea of getting remote notification of table issues.

Keith.

Re: Email notifications

PostPosted: Wed Jul 10, 2019 7:24 am
by Fabien
Warning: don't crush Email_notifications_settings.ini with this one if you already set your parameters.

Changelog:

1.0001:
Fixed plugins path that was false on some PC (migrated relative to absolute path)

Re: Email notifications

PostPosted: Fri Jul 17, 2020 7:39 pm
by Fabien
Changelog:

1.0002:
Fix new UCCNC compatibility, migration to .Net 4.6

Re: Email notifications

PostPosted: Fri Jul 17, 2020 7:55 pm
by cncdrive
Don't migrate to .Net 4.6, because then it will not work on Windows XP.
Migrate to .Net 4.0, it is compatible with all Windows OS from XP to 10.

Re: Email notifications

PostPosted: Sat Jul 18, 2020 7:36 am
by Fabien
Thanks cncdrive

Changelog:

1.0003:
Returned to .Net 4.0 to support Windows XP users

Could someone test it under Windows XP please ?