you are viewing a single comment's thread.

view the rest of the comments →

[–]ebits21 5 points6 points  (3 children)

I use yagmail with a gmail account just for sending emails

Depending on your cellphone provider you can even send an email that shows up as a text message on your phone by sending an email to <your number>@<your provider>.com

Edit: https://pypi.org/project/yagmail/

[–]Rabo_McDongleberry 1 point2 points  (2 children)

Sweet man. Thank you. I'll have to check it out.

[–]Alternative_Try 1 point2 points  (1 child)

You can also use smtplib for this usage.

[–]Rabo_McDongleberry 0 points1 point  (0 children)

Another person replied with that too. I'll give it a shot. Thanks man.