Search Results

Search: Posts Made By: Harish7586
4,477
Posted By Harish7586
Sed or awk removes attahcment in code
#!/usr/bin/ksh

parse_file()
{
["$*" = ""] && return
[ ! -f "$1"] && return
eval echo "\"$(cat $1 | sed '87s/Member/Harish R/g')\""
}

export MAILTO="abc@xyz.com"
export SUBJECT="Test PDF...
4,477
Posted By Harish7586
sed or awk removes attachment in email
Hi

We have a requirement to send email using shell script.email should have html body and pdf attachment. We used uuencode for attaching files and sendmail option to acheive and it is working...
Showing results 1 to 2 of 2

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