Re: command line smtp mailer

2025-04-05 Thread R. G. Newbury
From: ToddAndMargo 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 I use

Re: command line smtp mailer?

2025-04-05 Thread Patrick O'Callaghan
On Mon, 2025-03-24 at 00:13 -0700, 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

Re: command line smtp mailer

2025-03-27 Thread ToddAndMargo via users
On 3/24/25 10:29 AM, R. G. Newbury wrote: From: ToddAndMargo 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

Re: command line smtp mailer

2025-03-27 Thread ToddAndMargo via users
On 3/24/25 10:29 AM, R. G. Newbury wrote: From: ToddAndMargo 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

Re: command line smtp mailer?

2025-03-24 Thread Dave Close
ToddAndMargo via users wrote: >Anyone have a favorite command line outbound (smtp) >email program that is easy to use? You could look into nmh, the "new mail handler", originally from RAND. -- Dave Close, Compata, Irvine CA +1 714 434 7359 d...@compata.com dhcl

Re: command line smtp mailer?

2025-03-24 Thread Christiano Anderson
Hi, s-nail can be quite simple and easy on command line: echo "test" | mail yourem...@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

Re: command line smtp mailer?

2025-03-24 Thread TSHIMANGA Minkoka
Don't be impressed by the complexity of s-nail (old mailx or snal). It does the job. Take the time to go through its man page, identify and just use the options that you need. I use it in several of my daily cron jobs. On 3/24/25 08:13, ToddAndMargo via users wrote: Hi All, Anyone have a fav

Re: command line smtp mailer?

2025-03-24 Thread Peter Boy Uni
> Am 24.03.2025 um 08:13 schrieb ToddAndMargo via users > : > > 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 looke

Re: command line smtp mailer?

2025-03-24 Thread fedora
alpine? 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) an

Re: command line smtp mailer?

2025-03-24 Thread Marco Moock
Am 24.03.2025 um 00:13:28 Uhr schrieb ToddAndMargo via users: > Anyone have a favorite command line outbound (smtp) > email program that is easy to use? Have a look at swaks. -- Gruß Marco Send unsolicited bulk mail to 1742771608mu...@cartoonies.org --

command line smtp mailer?

2025-03-24 Thread ToddAndMargo via users
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