

InterviewSolution
1. |
Solve : How to send email attachments using Unix.? |
Answer» I have a script that sends multiple files as attachments. When the user receives the email, the attachments are showing but when they try to open any attachment the file is empty... Any ideas? cp $EMAIL_FILE s: UNIX has no concept of an S: drive. Where are you trying to copy this file?According to my system architect guy, the email server for this type of application is configured on the server S: drive... Quote from: Jkeri on November 16, 2011, 08:08:31 AM According to my system architect guy, the email server for this type of application is configured on the server S: drive... As Rob notes, though, *nix doesn't use drive letters. Quote from: Jkeri on November 16, 2011, 08:08:31 AM According to my system architect guy, the email server for this type of application is configured on the server S: drive... Possibly you need to use Samba to ACCESS the S: drive on a different server? |
|