[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Setting up an automated email?
- Subject: Re: [cobalt-users] Setting up an automated email?
- From: "Gerald Waugh" <gerald@xxxxxxxxx>
- Date: Sun Sep 16 14:24:02 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
----- Original Message -----
From: "Colin J. Raven" <cjraven@xxxxxxxxxxx>
To: <cobalt-users@xxxxxxxxxxxxxxx>
Sent: Sunday, September 16, 2001 8:55 AM
Subject: RE: [cobalt-users] Setting up an automated email?
>
> > > Hi all - I had an automatic email setup on my old Sun Sparc
> > server. Now
> > > that I've switched over to the Qube, I wanted to get it going again.
> > > I used to have this entry in my crontab:
> > >
> > > 30 14 * * 4 echo "Dont forget your weekly report!" | mailx
> > -s "Weekly
> > > Report reminder..." avp
> > >
> > >
> > Try using
> > 30 14 * * 4 echo "Dont forget your weekly report!" | mail
> > user.doamin.com
>
> As a matter of personal interest:
> How would you stick a subject line in there?
> Regards,
> -Colin
> --
> Colin J. Raven
echo "test this text" | mail -s "Test This Subject" user@xxxxxxxxxx
Gerald