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
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
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
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
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
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
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
ion files to deal with.
>
> I have looked at mailx (snail) and msmtp, but
> am a bit overwhelmed by them
The msmtp is a send-only daemon meant to replace things like Postfix if you
only want to send mail to a central „smart“ mailer, using any mail client. If
complexity is your issue,
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
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
--
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
I want to thank all of you for your help and forbearance.
The script is working to my satisfaction, though I still have to see
tonight if it again throws an selinux alert for the logwatch cron task.
Next I will probably be active over on the procmail list as I rewrite
this using formail and p
Thanks very much! I guess that was it.
Ranjan
On Sat, 16 Mar 2019 22:40:24 + Patrick O'Callaghan
wrote:
> On Sat, 2019-03-16 at 17:10 -0500, Ranjan Maitra wrote:
> > Hi,
> >
> > I am trying to get evolution to use a http and https proxy server. I have
> > set the http and https as my prox
On Sat, 2019-03-16 at 17:10 -0500, Ranjan Maitra wrote:
> Hi,
>
> I am trying to get evolution to use a http and https proxy server. I have set
> the http and https as my proxy servers and it ignores it. I wonder what I am
> doing wrong?
>
> I am not quite sure what additional information to po
Hi,
I am trying to get evolution to use a http and https proxy server. I have set
the http and https as my proxy servers and it ignores it. I wonder what I am
doing wrong?
I am not quite sure what additional information to post here, so please feel
free to ask.
Many thanks for any help and be
I have been wrestling with setting the default mailer in Fedora 21 under
mate.
when I use xdg-settings set default-url-scheme-handler mailto
mozilla-thunderbird.desktop
It says the desktop environment is unknown.
Can anyone tell me where the envronment under Mate is supposed to be set
as some users to use dovecot-lda for
> > delivery and others to use the standard mailer. For example I really
> > want root to still go to /var/mail as well as other non-real users. So,
> > I added the dovecot mailer and was dinking with rules sets to have root
> > to use loc
Once upon a time, Chris Kottaridis said:
> I want to be careful about dinking with rules. That was what I
> originally tried. What I wanted was some users to use dovecot-lda for
> delivery and others to use the standard mailer. For example I really
> want root to still go to /var/mai
it
belonged to this machine. But maybe there isn't.
I want to be careful about dinking with rules. That was what I
originally tried. What I wanted was some users to use dovecot-lda for
delivery and others to use the standard mailer. For example I really
want root to still go to /var/mail as wel
Once upon a time, Chris Kottaridis said:
> I was expecting
>
> /var/vmail//Maildir
>
> where would be $j from sendmail, which I would have assumed was
> my hostname.
The issue may be on the Dovecot side; my example included both "-d $u"
and "-a $u+$h@$j" args to deliver, and I think Dovecot ma
AL_MAILER_FLAGS',LOCAL_MAILER_FLAGS`Ep')
> MAILER(local)
OK that worked. Thanks. I was approaching this completely wrong. I
reread the sendmail README and see the reference to this. Not sure how I
missed it before.
Now that dovecot-lda is delivering mail I changed the mail home
directory
Once upon a time, Chris Kottaridis said:
> While I was able to add a dovecot mailer to the sendmail.cf file I was
> never able to make it the local mailer.
Dovecot's deliver acts similar to procmail, so I use it with the
following in my .mc:
FEATURE(`local_procmail',`/usr
On Wed, 2011-07-20 at 16:43 -0600, Chris Kottaridis wrote:
> I am using Fedora 14.
>
> I setup my mail server with dovecot so I am now able to access my host
> for email from other hosts within my local net. It's been very helpful
> to have that.
>
> While I was able
I am using Fedora 14.
I setup my mail server with dovecot so I am now able to access my host
for email from other hosts within my local net. It's been very helpful
to have that.
While I was able to add a dovecot mailer to the sendmail.cf file I was
never able to make it the local mailer. I
On Wed, Dec 01, 2010 at 14:47:23 +,
Patrick Dupre wrote:
>
> How can I read it from an mailer ?
>
> I tried alpine -F alpine -f
> But none works
mutt -f should also work.
Assuming alpine can read mbox files, it may be that there is some corruption
of the file.
--
use
)
for ; Wed, 12 Jan 2005 07:52:07 +0100 (CET)
Received: from chemistry.ohio-state.edu (localhost [127.0.0.1])
by chemistry.ohio-state.edu (8.12.10/8.12.10) with ESMTP id
j0C6SbeF0044
02
How can I read it from an mailer ?
I tried alpine -F alpine -f
But none works
Thank
26 matches
Mail list logo