Re: Attaching a file using mail
SENDFILE=Attached File
EMAIL=Address to receive File
(uuencode $SENDFILE $SENDFILE) | mailx -s "$SENDFILE" $EMAIL
hth,
Gene
faisalq@xxxxxxxxxxxx 02/21/06 8:29 AM >>>
Dear all,
Very basic question:
How to attach a file as an attachment using mail command?
Thanks.
Relevant Pages
- RE: apache2 port
... httpd.conf file, or just attach it to an email to me, so I can look it ... HTH ... AdTech Integrated Systems, Inc ... > folderized listing of the site vs. the main index page. ... (freebsd-questions) - Re: Message Box for Form
... attach the code to whatever event that you want to trigger the message. ... (microsoft.public.access.forms) - Re: Can I email a word doc. without that document being an attachment
... If you are using Word 2007 then you need to add the Send to Mail command to ... right-click your QAT and click "Customize Quick Access Toolbar". ... MVP FAQ site: http://mvps.org/ ... find to email a word document is to attach it. ... (microsoft.public.word.newusers) - RE: A Function for Counting Since Last Time
... Don't attach any files. ... HTH ... Jason ... Atlanta, GA ... (microsoft.public.excel.worksheet.functions) - Re: Form Requery Not Working
... I should have said this earlier, but the code works when I attach it ... Maurice Ausum ... "Mrstacy" wrote: ... (microsoft.public.access.formscoding) |
|