On 3/24/25 10:29 AM, R. G. Newbury wrote:
From: ToddAndMargo <toddandma...@zoho.com>
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 sendEmail, as follows:
sendEmail -f ToddAndMargo@gozo -t "${address of recipient}" -u
"${subject}" -m "${message}" -a "${attachment-filename}" -s
smtp.zoho.com:587 -xu toddandma...@zoho.com -xp [internal password of
the sender's account]
-f from email address
-t to email address>
> Many thanks,
> -T
-u subject
-m message
-a added attachment, if any
-s sender smtp account port
-xu sender's email account at zoho.com
-xp password
Easily scripted and can send multiple emails individually when fed from
a list file (...while read line...). All entries are scriptable, so
different recipients can receive different subject,message and
attachments as desired
R. Geoffrey Newbury
Thank you!
--
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct:
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives:
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it:
https://pagure.io/fedora-infrastructure/new_issue