Auto send e-mail Script

Taking care of your Linux box.
Post Reply
shakirz1
Battalion Quarter Master Havaldaar
Posts: 207
Joined: Sat Aug 09, 2003 5:00 pm
Location: Karachi
Contact:

Auto send e-mail Script

Post by shakirz1 »

I want a script which can send e-mail automatically at system startup.

I need only that script either writtern in PERl or SH or any other.

anybody have/create this script with following parameters

tomail=shakirz1@hotmail.com subject="auto mail" bodytext="send on system startup"

thanks
lambda
Major General
Posts: 3452
Joined: Tue May 27, 2003 7:04 pm
Location: Lahore
Contact:

Re: Auto send e-mail Script

Post by lambda »

stick this in your /etc/rc.local:

Code: Select all

echo 'send on system startup' | mail -s 'auto mail' shakirz1@hotmail.com
that'll be rs 600, thanks.
shakirz1
Battalion Quarter Master Havaldaar
Posts: 207
Joined: Sat Aug 09, 2003 5:00 pm
Location: Karachi
Contact:

Auto send e-mail Script

Post by shakirz1 »

thanks, this script work for me.
Post Reply