Ben Torrey
07-31-2001, 08:47 AM
Hi There,
I'm trying to have a script send me email once a day to just make sure that my mailserver is up.
I know I can send email from a command line by doing
mail bdog -s "Mail server is working"
. [ona new line]
Press [CTRL] + D
Is there a send-keys equivalent for a shell script, so that I can autosend this email??
thanks for any help!
Ben
I'm trying to have a script send me email once a day to just make sure that my mailserver is up.
I know I can send email from a command line by doing
mail bdog -s "Mail server is working"
. [ona new line]
Press [CTRL] + D
Is there a send-keys equivalent for a shell script, so that I can autosend this email??
thanks for any help!
Ben