jaaconsult
Technical User
I am using the following command to send a file from within an application from AIX unix to external mail recipients that looks like the following:
# /usr/lib/sendmail -t -oi -fjim@abc.com < /dbms/email/file.txt &
This works fine except that the file appears in the body of the recipient's email and I would like it to be an attachment. The files are invoices and statements and won't page properly if they are in the body of the e-mail. I am a beginner at best as a unix programmer; so please explain in terms that I can hopefully understand. Thanks.
# /usr/lib/sendmail -t -oi -fjim@abc.com < /dbms/email/file.txt &
This works fine except that the file appears in the body of the recipient's email and I would like it to be an attachment. The files are invoices and statements and won't page properly if they are in the body of the e-mail. I am a beginner at best as a unix programmer; so please explain in terms that I can hopefully understand. Thanks.