bertmacho@lemm.eetoPython@programming.dev•Logging in Python: A Comparison of the Top 6 LibrariesEnglish
3·
1 year agoLoguru… dunno about lightweight and fast but its definitly easier (for me) than the standard module (and it is colourized)
Loguru… dunno about lightweight and fast but its definitly easier (for me) than the standard module (and it is colourized)
Use mailx along with a .mailrc file? Once .mailrc is set up it should just need:
$ echo ‘is this working?’ | mailx -s Test
Not sure exactly what .mailrc needs for gmail but there are tons of guides out there.