Send a email when the machining is end

More
31 Jul 2019 09:54 #140990 by julien83
Hello, I would like send a email when the machining is end.
have you a method for that.

thanks

Please Log in or Create an account to join the conversation.

More
31 Jul 2019 10:13 #140993 by Dinuka_Shehan
Please,don't post multiple threads!
Merci

Please Log in or Create an account to join the conversation.

More
31 Jul 2019 10:55 #140996 by rodw
There would probably be a python library that sends emails. Good Luck!

Please Log in or Create an account to join the conversation.

More
31 Jul 2019 17:58 #141019 by Hakan
You can do a user-defined M-function, in where you do something like
#!/bin/bash
echo "Machining finished" | mail user@hotmail.com
Insert the call to the M function on a good place at the end of your g-code program.

Please Log in or Create an account to join the conversation.

More
31 Jul 2019 18:23 #141023 by tommylight
Most probably you will need an e-mail server for that, or you can use POP3 or IMAP from gmail or yahoo mail.

Please Log in or Create an account to join the conversation.

More
01 Aug 2019 06:35 - 01 Aug 2019 06:43 #141073 by Hakan
Either set up the computer to be a good citizen in the e-mail world (some work)
or use a mail gateway. Here is an example of that
unix.stackexchange.com/questions/363814/...and-line-using-gmail

I won't give an example. I have been doing such stuff years ago, but lost it and it is now done differently.
Last edit: 01 Aug 2019 06:43 by Hakan. Reason: Forgot things

Please Log in or Create an account to join the conversation.

Time to create page: 0.082 seconds
Powered by Kunena Forum