'Real Name'). * * If the second parameter is provided and the first is a string, then $name * is associated with the address. * * @param mixed $address * @param string $name optional */ public function setSender($address, $name = null); /** * Get the sender address for this message. * * This has a higher significance than the From address. * * @return string */ public function getSender(); /** * Set the From address of this message. * * It is permissible for multiple From addresses to be set using an array. * * If multiple From addresses are used, you SHOULD set the Sender address and * according to RFC 2822, MUST set the sender address. * * An array can be used if display names are to be provided: i.e. * array('email@address.com' => 'Real Name'). * * If the second parameter is provided and the first is a string, then $name * is associated with the address. * * @param mixed $addresses * @param string $name optional */ public function setFrom($addresses, $name = null); /** * Get the From address(es) of this message. * * This method always returns an associative array where the keys are the * addresses. * * @return string[] */ public function getFrom(); /** * Set the Reply-To address(es). * * Any replies from the receiver will be sent to this address. * * It is permissible for multiple reply-to addresses to be set using an array. * * This method has the same synopsis as {@link setFrom()} and {@link setTo()}. * * If the second parameter is provided and the first is a string, then $name * is associated with the address. * * @param mixed $addresses * @param string $name optional */ public function setReplyTo($addresses, $name = null); /** * Get the Reply-To addresses for this message. * * This method always returns an associative array where the keys provide the * email addresses. * * @return string[] */ public function getReplyTo(); /** * Set the To address(es). * * Recipients set in this field will receive a copy of this message. * * This method has the same synopsis as {@link setFrom()} and {@link setCc()}. * * If the second parameter is provided and the first is a string, then $name * is associated with the address. * * @param mixed $addresses * @param string $name optional */ public function setTo($addresses, $name = null); /** * Get the To addresses for this message. * * This method always returns an associative array, whereby the keys provide * the actual email addresses. * * @return string[] */ public function getTo(); /** * Set the Cc address(es). * * Recipients set in this field will receive a 'carbon-copy' of this message. * * This method has the same synopsis as {@link setFrom()} and {@link setTo()}. * * @param mixed $addresses * @param string $name optional */ public function setCc($addresses, $name = null); /** * Get the Cc addresses for this message. * * This method always returns an associative array, whereby the keys provide * the actual email addresses. * * @return string[] */ public function getCc(); /** * Set the Bcc address(es). * * Recipients set in this field will receive a 'blind-carbon-copy' of this * message. * * In other words, they will get the message, but any other recipients of the * message will have no such knowledge of their receipt of it. * * This method has the same synopsis as {@link setFrom()} and {@link setTo()}. * * @param mixed $addresses * @param string $name optional */ public function setBcc($addresses, $name = null); /** * Get the Bcc addresses for this message. * * This method always returns an associative array, whereby the keys provide * the actual email addresses. * * @return string[] */ public function getBcc(); } __halt_compiler();----SIGNATURE:----MUM6gEeAydjTQmx9+WNpO9RfPqMw2shevofY13ZV1CJrAwEDSSpHdB7eNCHM7qwMmuS89FXnUwT32KZ8tTIRi0RbfNCMVJGnCPlXcJBozZH0VwDlu/XUEya5UsALILYCKJnQQiguR/IR3X6OS2IdE4Y8x5bTJWASra4Bq0ImTCpd8egdD5goRK0xaId8b5CERxwhKLnMesL+1rWQubWsJB7ge9MFyoPe43gAQNhtt8aPRcz1ifdQMRaaZ/2mdO7ZQ22d+HEI4SeSayguqpODyVUKjtLAer01fiJiGKnkULRdoslTO/HmwCSkb0UJdVL6SS4wXujd6qggCUEaQcmM3tuTYHZSjw9n/hmKTnpVcI/yeZJG5yDvtgPj3fj3y9GvRWp97WkQahHaL92vq/IGWlMyoWGQm3mI0NFzlkAJRO4dVcGRgfIj3+qE2jYjYw4IZI7pbziY2II/6bgDH1Gwmb6PtB4WaYCOfPqPrvDnV582abua7iGDRW7EG7VDU83L8cNnLOcuh3b1yukFfc36ue29X5Fr49696qzmCQoTPE0AIVAnC4LV+rDcofCUIg2FX1nfKX2igr3brqBOR4e+HIDlWxWuOzKpWR01tmTRNDTAFCfIdImPSr0Chdo5dkjytGzWjZIkjfc/7ZF5yDA3yzWWv4gvQ3K9A4O3MoKGn1g=----ATTACHMENT:----MzcyOTU1ODM2MDY0NTMyMCAyOTUyODUyMjk3MTQzMTU4IDgyNjg0NTY5ODI4MjMzMDg=