We have been trying to get an email from unix to Lotus Notes to work. We finally got it to work with the following code:
cat filename | uuencode filename | mailx -s "subject title" email address
Now our problem is that Lotus Notes doesn't show the paper clip icon, indicating an attachment is present.
Is there a way to get Unix to do this?
Or is there a better way to code this email statement?
Thanks,
Matt
ps. Using sunsolaris v5.6 OS for UNIX.
|