lazy-scripts icon indicating copy to clipboard operation
lazy-scripts copied to clipboard

Linux, Windows

Open Artapel opened this issue 7 years ago • 5 comments

Good day. Thank you very much for your work.

Would it be possible to run the script in a Linux Environment? and instead of sending a text, have it send a Email?

Artapel avatar Sep 18 '17 06:09 Artapel

Easy. You can just replace the notification part with some email API call that does the heavy lifting for you.

Look into sparkpost or any other transactional email provider. Most of them have a free plan with a limited (but big) number of emails per month. You need API keys and can then send emails in a single line of code

fgarci03 avatar Sep 20 '17 08:09 fgarci03

you can send mms instead, each telecom provider have their mms addresses. and a simple gmail account will also work.

nikhilyogeshjoshiaw avatar Sep 28 '17 02:09 nikhilyogeshjoshiaw

using some email lib will be a big help , just pushing the address as an argument there together with the destination address. But id prefer using telegram app for the updates, maybe even modify this script into a telegram bot

knyagowa avatar Sep 28 '17 18:09 knyagowa

You can write a script to send email from your Gmail account using SMTP. I had written a simple py script for emailing and I am using it for a long time. Link for Email Script.

MCodez avatar Sep 29 '17 18:09 MCodez

Thank you very much guys. I will try that out and let you guys know..

Appreciate the help!

Artapel avatar Oct 04 '17 13:10 Artapel