Just found out that you can send SMS texts for free
I came across this python script (https://github.com/acamso/demos/blob/master/_email/send_txt_msg.py) line and saw that you can send SMS texts programmatically just by sending an email to your mobile carrier.
4 comments
[ 0.31 ms ] story [ 19.1 ms ] threadIt is not only possible but likely you will be cutoff if you try to send "too many" texts this way. "Too many" is vaguely defined by the carriers as more than "personal use".
Each carrier has their own email-to-SMS gateway (e.g., Verizon has vtext.com), and you'd need to send an email to the recipient's mobile carrier (not to your mobile carrier).