Webastor - Programming Tips and Tricks

OS => Linux => Topic started by: Mikolaj on November 17, 2016, 07:04:54 PM

Title: How do you send an email or an SMS from the command-line?
Post by: Mikolaj on November 17, 2016, 07:04:54 PM
Hi all, I have a question that annoys me for a long time, how do you send an email or an sms from the command-line? Please give me an answer please Help.
Title: Re: an email or an SMS from the
Post by: Cruz on December 11, 2016, 01:04:47 PM
Yes, but you need an SMS Gateway account and use Curl.
Here's an example:

curl http://textbelt.com/text -d number=5551551555 -d "message=hello from OSXDaily.com"