APLawrence - Information and Resources for Unix and Linux Systems, Bloggers and the self-employed
RSS Feeds Get APLawrence.com by RSS











(OLDER) <- More Stuff -> (NEWER) (NEWEST)
Home > News Posts > command line mail script
Printer Friendly Version




News Group Posts

Sending email from command line


I'd use Perl to do this today - either directly with opening "mail" or "sendmail" (see Why I love Perl for examples) or by using one of the many mail related Perl modules available from CPAN.

Simple scripts like this have no error trapping capability and (as Steve points out) can fall into unexpected traps themselves.

As to attachments specifically, see How can I send attachments from the command line? and also CleanCode Email.


From: Tony Lawrence <t...@aplawrence.com<
Subject: Re: mail script
Date: 2000/01/12
Message-ID: <387C65C7.BB9519EA@aplawrence.com<#1/1
X-Deja-AN: 571593078
Newsgroups: comp.unix.sco.programmer,comp.unix.sco.misc

tt wrote:
< 
< Hello
< 
< I have to make script that sends some log files to myself via sendmail,
< so can anybody help me with script syntax?

SUBJECT="Here's your logs `date`"
SENDTO="bill tom ellen jack somebody@somewhereelse.com"
FILE=/var/syslog
mail -s "$SUBJECT" $SENDTO < $FILE

Is that what you want?



From - Fri Jan 14 07:11:53 2000
From: Steve Wertz <swertz@swertz.scruznet.com>
Subject: Re: mail script
Newsgroups: comp.unix.sco.programmer,comp.unix.sco.misc
Message-ID: <S1yf4.1697$pb2.146443@tw11.nn.bcandid.com> 
Date: Fri, 14 Jan 2000 04:58:27 GMT

In comp.unix.sco.misc tt <teppot@usa.net> wrote:
> Hello

> I have to make script that sends some log files to myself via sendmail,
> so can anybody help me with script syntax?





Tony posted the more traditional way.  If you insist on using 'sendmail',
a quick look at the man-page suggests I do something like this:

517$ echo "."|/usr/lib/sendmail -bm swertz < /usr/adm/messages

Sometimes people wonder "where did the rest of my mail message
go", only to find that somewhere in the message was a line that started
with and contained only a single dot/period (which truncates a
message in mail/mailx, regardless of '[un]set dot' in your ~/.mailrc').

-sw


If this page was useful to you, please click to help others find it:  

Your +1's can help friends, contacts, and others on the web find the best stuff when they search.

Comments?




More Articles by Tony Lawrence - Find me on Google+



Click here to add your comments



Don't miss responses! Subscribe to Comments by RSS or by Email

Click here to add your comments


If you want a picture to show with your comment, go get a Gravatar



Have you tried Searching this site?

Unix/Linux/Mac OS X support by phone, email or on-site: Support Rates

This is a Unix/Linux resource website. It contains technical articles about Unix, Linux and general computing related subjects, opinion, news, help files, how-to's, tutorials and more. We appreciate comments and article submissions.

Publishing your articles here

Jump to Comments



Many of the products and books I review are things I purchased for my own use. Some were given to me specifically for the purpose of reviewing them. I resell or can earn commissions from the sale of some of these items. Links within these pages may be affiliate links that pay me for referring you to them. That's mostly insignificant amounts of money; whenever it is not I have made my relationship plain. I also may own stock in companies mentioned here. If you have any question, please do feel free to contact me.

Specific links that take you to pages that allow you to purchase the item I reviewed are very likely to pay me a commission. Many of the books I review were given to me by the publishers specifically for the purpose of writing a review. These gifts and referral fees do not affect my opinions; I often give bad reviews anyway.

We use Google third-party advertising companies to serve ads when you visit our website. These companies may use information (not including your name, address, email address, or telephone number) about your visits to this and other websites in order to provide advertisements about goods and services of interest to you. If you would like more information about this practice and to know your choices about not having this information used by these companies, click here.


My Troubleshooting E-Book will show you how to solve tough problems on Linux and Unix systems!


book graphic unix and linux troubleshooting guide




 I sell and support
 Kerio Mail server
pavatar.jpg

This post tagged:

       - Mail
       - Scripting
       - Sendmail




Unix/Linux Consultants

Skills Tests

Guest Post Here