[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: sending amil via a script



On 7/14/19 8:56 AM, Pierre Frenkiel wrote:
hi,
I'm looking for a way to send a mail via a script What are the available solutions ?

best regards,

I've been using the libmailutils5 package, Exim, and a Gmail account, to send automated monthly reports for a few years without any problems.

mail -a "From: Name <name@gmail.com>" -s "Subject" "Name <address>" < file


Reply to: