minus-squarebertmacho@lemm.eetoPython@programming.dev•Can I email or text myself through Python or bash?linkfedilinkarrow-up5·10 months agoUse mailx along with a .mailrc file? Once .mailrc is set up it should just need: $ echo ‘is this working?’ | mailx -s Test <recipient> Not sure exactly what .mailrc needs for gmail but there are tons of guides out there. linkfedilink
Use mailx along with a .mailrc file? Once .mailrc is set up it should just need:
$ echo ‘is this working?’ | mailx -s Test <recipient>
Not sure exactly what .mailrc needs for gmail but there are tons of guides out there.