Send a email when the machining is end

  • julien83
  • julien83's Avatar Topic Author
  • Offline
  • New Member
  • New Member
More
31 Jul 2019 09:54 #140990 by julien83
Send a email when the machining is end was created 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
Replied by Dinuka_Shehan on topic Send a email when the machining is end
Please,don't post multiple threads!
Merci

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

  • rodw
  • rodw's Avatar
  • Away
  • Platinum Member
  • Platinum Member
More
31 Jul 2019 10:55 #140996 by rodw
Replied by rodw on topic Send a email when the machining is end
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
Replied by Hakan on topic Send a email when the machining is end
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
Replied by tommylight on topic Send a email when the machining is end
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
Replied by Hakan on topic Send a email when the machining is end
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.057 seconds
Powered by Kunena Forum