Re: send email
From: Ed Morton (morton_at_lsupcaemnt.com)
Date: 01/27/05
- Next message: Thomas Weidenfeller: "Re: Splitting an image in half (into two images) from a script"
- Previous message: Stephane CHAZELAS: "Re: find files by extensions"
- In reply to: user: "send email"
- Next in thread: Alan Connor: "Re: send email"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 27 Jan 2005 10:26:55 -0600
user wrote:
> I want to send myself an email when my program has done. So I want to
> write a script that calls that program, and then sends an email. How
> should I do that? Thanks!
>
Put this in a script (changing the email address to your own):
echo "Here I go"
mailx -s "There I went" user@addr.com <<!
Eureka, I'm done.
!
Then execute that script.
Ed.
- Next message: Thomas Weidenfeller: "Re: Splitting an image in half (into two images) from a script"
- Previous message: Stephane CHAZELAS: "Re: find files by extensions"
- In reply to: user: "send email"
- Next in thread: Alan Connor: "Re: send email"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|