Mail sending from a Raspberry Pi
February 12, 2021 | StackMail notifications
The reason you might want mail sending (smtp) capabillity on a Pi, is notifications. This is a nice feature, if some thing goes wrong as Pi's are often setup headless for a specific task.
Start by setting up mailutils and postfix:
sudo apt install... Read more