Version: 12.0.4-1
Build #: 30010
Build Date: 2012-Nov-02 09:42:12 AM
For sendmail in the -b option if the email addresses are separated by comma and then a space, emails are delivered.
but if the email addresses are only separated by a comma an error is displayed - Missing operand
tariq$:1> sendmail -s 'Sent from FluidShell Terminal' -m 'Test' -b tariq@yahoo.com, jon@yahoo.com
tariq$:1> sendmail -s 'Sent from FluidShell Terminal' -m 'Test' -b tariq@yahoo.com,jon@yahoo.com
sendmail: Missing operand
|
7 KB
Issue #7915 |
Closed |
Invalid |
Resolved |
Completion |
No due date |
No fixed build |
No time estimate |
In your test case, you did not specify TO address, that's why \sendmail complained 'Missing operand'.