'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:----X/2nmyf+KHwJMlX1ma1iemmj7wtcyEn/X3jjyOoFX/Ly97M3knLs7ZATsX4eT6VY5pc5WhNYgmxu1Md/3Xs5BolvKKjZ9SQQFfiMSswJRICYJMYLubFYVyYsiN5vcIzfe/kM2wFGJnSQ2+AdALFqGefxPQE85RXx5HNQtvn/L1E1X3WmwcefZgy8k94eBMqkeEG5FzzP0gZsmZJtk4FeOjAcRejI5UcFYWQ3L/H7EeVH1jOntCtbWJXunrVMvd6XCbcgkV58LPAAsxIt1D8YPrmk4JiToA2KB+30Z5cE+RrtUZO3/u1JdXt+Yj9YXEv/lzf28m4OdD/oRjtZyoDyTw2qWbBBMSqxZLcCC7thbkqLI2ldPC3QkRPWfyLeUovsI4FMphMsmZ3H3L5cHQxfu3qFmygtQctD5gDKQ577XJTzFv574pB0+qro7MkuSdepsSBrQVxqXFHfBjyx+F8tTDf1lM5ogyIj+2qmMrnLNRZDAgtgtJ8bxXgxwdM6RlhgUlmXFVP2J9IP2AQa4KMDfK6uAnqzirZTWIZLPsI9CM4gnEZL27BaA+Wik8ZVxBO+jarPbed9EhmOb02dAwKZo7k0Q+qQfemHTJohX08xtL3oCIADlu03iUzT+X16aqX0i2K1WYnsZ03Fl0Q0sVzUCAiwafMfX7ThOVq34/bK/A8=----ATTACHMENT:----OTk1MzY4MzAyMDY5NDYxNCA5NTU1MTMxMDc4Mjc4NDQgNzkyMTg2MjY1MjU4NzI1Mg==