Changeset 579 for trunk/Common/Mail.php
- Timestamp:
- Oct 11, 2013, 11:28:10 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Common/Mail.php
r548 r579 56 56 } 57 57 58 function AddBcc($ bcc)58 function AddBcc($Address, $Name) 59 59 { 60 60 $this->Recipients[] = array('Address' => $Address, 'Name' => $Name, 'Type' => 'HiddenCopy');
Note:
See TracChangeset
for help on using the changeset viewer.