Hi,
s-nail can be quite simple and easy on command line:
echo "test" | mail youremail@provider.tld
I personally like the Python's smtplib to send messages from scripts or command line, it requires some coding, but nothing complex as well.
Best,
Christiano
On 24/03/2025 08:13, ToddAndMargo via users wrote:
Hi All,
Anyone have a favorite command line outbound (smtp) email program that is easy to use?
I'd like to be able to put everything on the command line and not have configuration files to deal with.
I have looked at mailx (snail) and msmtp, but am a bit overwhelmed by them
Many thanks, -T