Re: [Bulk] Blat 323 with error on multiple recipient
| Newsgroups | gmane.mail.blat |
|---|---|
| Message-ID | <2F6FC40868BA4FE696AF5C06491AB428@chip> |
> I failed to send email to multiple recipient. > > It works well in other version. > > Did I miss anything? > > PS D:\blat323\full> d:\blat323\full\blat.exe testemail.txt -t > "[email protected]","[email protected]" -s "Testing email from report > server" -attach d:\blat323\full\blatsample.txt > Blat v3.2.3 (build : Oct 19 2014 15:34:27) > 32-bit Windows, Full, Unicode > > Blat saw and processed these options, and was confused by the last one... > -t [email protected] > [email protected] > Do not understand argument: [email protected] <snipped> Try this for your command line, it should send to both email addresses: d:\blat323\full\blat.exe testemail.txt -t "[email protected],[email protected]" -s "Testing email from report server" -attach d:\blat323\full\blatsample.txt I took out the quotation marks on either side of the comma between email addresses. The program is written in C, and the C preprocessor for the command line took the comma as a delimiter between options, so that is what Blat saw. -- Chip