I have write an tcl script that create an html file. Now a would like to mail that file. This is my code
Code: Select all
exec mail -s $subject $to_address < $attachement
Than you!
Sorry for me bad english
Code: Select all
exec mail -s $subject $to_address < $attachement
1) pick some encoding (MIME/UUEncode)Freez wrote:It works but the contect of $attachement would be the boddy of the mail. How can i added it as an attachement?Code: Select all
exec mail -s $subject $to_address < $attachement