Search Results

Search: Posts Made By: sdiptanil
7,228
Posted By sdiptanil
Hi
Hi panyam,
Thanks for the reply. However, could you please clarify which one is the excat option for popualting the subject line of the email ? Is it -t or -i ?
7,228
Posted By sdiptanil
Unable to populate subject field of the email while using sendmail
Hi,
Can anyone kindly provide some information about how to populate the subject field of the email while using the sendmail utility ? Itried the following command line argument :


echo -e...
16,705
Posted By sdiptanil
Hi
Hi,
Thanks a lot for the same. Therefore, I will be running the shell script with the following command.

./new.ksh abc@xyz.com support@xyz.com subject body
[new.ksh is the script name]
Is this...
16,705
Posted By sdiptanil
Hi
Hi mph,
Thanks a lot for the reply. The entire code looks like :

#!/usr/bin/ksh
(
echo "To: $mailto"
echo "From: $from"
echo "Subject: $subject"
echo "$body"
) | ...
16,705
Posted By sdiptanil
Using sendmail utility in K Shell script
Hi,
I am new to shell scripting and thus any help will be highly appreciated. I need to write a K shell script where in the email sending feature should be handled by sendmail utility and I have...
Showing results 1 to 5 of 5

 
All times are GMT -4. The time now is 08:37 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy