Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Click here to start participating now! Also, check out the New User Guide.
E-mail attachments for base64 files
Name: Leonardo Ramos Date: June 7, 2004 at 04:11:33 Pacific OS: Unix CPU/Ram: 256 Mb
Comment:
Hi,
I did an script to send e-mails with attachments from Unix to Microsoft Outlook using mailx and uuencode commands. It works well for plain text, but I'm having problems with *.gif, *.xls, *.bmp and *.wav files because they're base64 encoded. As a result, these files are sent but the computer (Windows XP) could not open them properly. Could someone please help me ?
Summary: We need to be able to quickly and easily attach files to e-mails using mail or mailx in HP-UX ver 10.2. And place them in a script. Any ideas?? ...
Summary: I have a samba server. I have been asked to send an excel spreadsheet residing on the server to a couple of mail recipients every morning. I want to set up a cron job. Does anyone know how i can write...