Send a email when the machining is end
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
have you a method for that.
thanks
Please Log in or Create an account to join the conversation.
- Dinuka_Shehan
- Offline
- Platinum Member
Less
More
- Posts: 346
- Thank you received: 26
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
Merci
Please Log in or Create an account to join the conversation.
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.
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 likeInsert the call to the M function on a good place at the end of your g-code program.
#!/bin/bash
echo "Machining finished" | mail user@hotmail.com
Please Log in or Create an account to join the conversation.
- tommylight
- Online
- Moderator
Less
More
- Posts: 19188
- Thank you received: 6430
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.
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.
or use a mail gateway.
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.083 seconds