I don't know if this is related to the other issue I was having with my mailbox not being found which I fixed in the other blog post, but after installing postfix:
sudo apt install postfix
and correctly configuring the SMTP relay, I could send email using the sendmail function:
sendmail youremail@gmail.com
Subject: testing
does it work!
.
but
more »