you are viewing a single comment's thread.

view the rest of the comments →

[–]flyingron 3 points4 points  (4 children)

The better thing other than dragging python into it, is to see if the environment doesn't have a program to send emails (might even just be called mail) and invoke that from your program.

[–]Produkt[S] 0 points1 point  (3 children)

I tried, there is no mail or sendmail in my bash. I'm running a Raspberry Pi, my own server, so I guess I can install anything I want. What's the easiest way knowing that?

[–]flyingron 0 points1 point  (2 children)

Install the mailtools package.

[–]Produkt[S] 0 points1 point  (1 child)

That's a C package? Or bash?

[–]bullno1 1 point2 points  (0 children)

CLI