|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
You don't need a fax machine to get faxes. Get a fax-to-email fax number from CallWave. Try it free.
|
|
#1
|
|||
|
|||
|
i need to write a shell script that sends out an email with subject on contact at certain time... what do i need to get it work....how do i get started..
|
|
#2
|
|||
|
|||
|
You requirements are vague but this is a way to send email
Code:
echo "hi there this a pre-recorded message" > body /usr/bin/mailx -s 'Deposit Refund Report' someuser@someplace.com < body |
|
#3
|
|||
|
|||
|
Quote:
Thank You for your Help , That Works ![]() |
![]() |
| Viewing: Dev Shed Forums > Operating Systems > UNIX Help > shell script |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|