On 4/30/25 13:36, john doe wrote:
On 4/30/25 17:35, Eben King wrote:
I wrote a script around "ssmtp" which allowed me to fire off emails to
myself from cron. Short things, like "empty the litterbox" or
whatever, just a few words. Well, ssmtp is unmaintained and I can't
get it to work reliably with my email server (which is not gmail).
What can I use to replace it, or should I just find a way to get a
real MUA to send a message for me?
I'd say msmtp.
Yeah, I'm going to modify my wrapper script to use that instead of ssmtp.