How do I send e-mails from a shell script including file attachments?
{ 3 comments }
by Vivek Gite on October 2, 2010 · 3 comments
by Vivek Gite on October 3, 2007 · 4 comments
Q. I need to send few reports everyday as a mail attachment. I’m using FreeBSD 6.2 server. How do I send mail from a command line or a shell script? A. You can easily send email attachment using mutt mail client. It works from command line or a shell prompt. However mutt is not installed [...]
{ 4 comments }
by Vivek Gite on April 25, 2007 · 20 comments
Q. Hey quick question – How do I mail files from AIX / HP-UX UNIX as attachments from my shell scripts or command line? A. If you have mutt mail client installed, use the mutt as described here. If you don’t have mutt installed use the following command to email files as attachment from UNIX [...]
{ 20 comments }
