davemchine@gmail.com wrote:
> cat email.txt | /usr/sbin/sendmail -oi dave\@domain.com
Any reason you're not using /usr/bin/sendmail -oi -t < email.txt
> The file does arrive at my mailbox just fine but none of the recipients
> in the document header receive the file.
You need the -t option to sendmail.
[...]
> MIME-Version: 1.0
> <html><head><title>Client Number has uploaded a
You need a blank line between the last header and the message body.
Regards,
David.