Sendmail command not servicing BCC Recipient ...

Sendmail command not servicing BCC Recipient ...

ZOHO Creator Support team:

I have my sendmail command scripted like this ...

      
  1.      sendmail
  2.     (
  3.         To       :  input.Client_Email_Address
  4.         From     :  zoho.adminuserid
  5.         BCC      :  zoho.adminuserid
  6.         Subject  :  ("blah blah blah")
  7.         Message  :  emailMessage
  8.     )

... ZOHO Creator only sends the email to input.Client_Email_Address.


Please explain why this is happening.



Gaev