IPWorks OpenPGP 2020 PHP Edition

Questions / Feedback?

Cc Property

A comma separated list of addresses for carbon copies (optional).

Object Oriented Interface

public function getCc();
public function setCc($value);

Procedural Interface

ipworksopenpgp_psmtp_get($res, 4 );
ipworksopenpgp_psmtp_set($res, 4, $value );

Default Value

''

Remarks

This property specifies a comma separated list of destinations for carbon copies of the mail message. A copy of the message is sent to each destination, and a Cc SMTP header is created containing the destination addresses. This header is sent to every recipient of the message. If you don't want to copy this information to every recipient, then use blind carbon copies instead (see the description of the BCc).

The class will return an error if the MailServer returns an error code about any email address specified in SendTo or Cc but it will only fire an Error event if the same happens with an email address specified in BCc.

If the resulting header is longer than MaxHeaderLength, then it is folded according to RFC 822 specifications.

NOTE: You must clear the MessageRecipients properties before setting this property to remove previous recipients.

Data Type

String

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks OpenPGP 2020 PHP Edition - Version 20.0 [Build 8249]