Afficher un message
Vieux 30/10/2006, 23h47   #2
David F. Skoll
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: problems sending file to multiple receipients

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.
  Réponse avec citation
 
Page generated in 0,04828 seconds with 9 queries