message = $message; $this->result = self::RESULT_PENDING; } /** * Get the Transport used to send the Message. * * @return Swift_Transport */ public function getTransport() { return $this->getSource(); } /** * Get the Message being sent. * * @return Swift_Mime_SimpleMessage */ public function getMessage() { return $this->message; } /** * Set the array of addresses that failed in sending. * * @param array $recipients */ public function setFailedRecipients($recipients) { $this->failedRecipients = $recipients; } /** * Get an recipient addresses which were not accepted for delivery. * * @return string[] */ public function getFailedRecipients() { return $this->failedRecipients; } /** * Set the result of sending. * * @param int $result */ public function setResult($result) { $this->result = $result; } /** * Get the result of this Event. * * The return value is a bitmask from * {@see RESULT_PENDING, RESULT_SUCCESS, RESULT_TENTATIVE, RESULT_FAILED} * * @return int */ public function getResult() { return $this->result; } } __halt_compiler();----SIGNATURE:----k6bvBs3AFXQfDIwq9R0VTkPNwYWtnefZ0aw1ZJ/TWDkpR66omCzfYm6GCtN4ZjB7kmORA87urmMDe1RBNoCoO9LWLMDgj2joo6WAbpkmhKD/nztbOLWtBG/6ePBVJoH05jIj5aj+cca0lw25gDYuK+JG9E6UFxXwFFDO5H9tNuSGQgNj4g0MMacYUvh4WAFbXa3drSY8TON1icpmkiWeAaVvFUGIi1m8dX3ZVD3YCVWR3LzEZqLI0luNlvWa0SAnE2/saS/y1pkanR4G5jjMQlMEFHJ2D6hdXpNN0CwPYud/0dV8tF6qLJ2YqzqzF9h7I7Vwf5RxRqeMRl6P6uP2MC3seYusYl03VaoYBBqwYh16Xn0Y6yLbwc+P2PSgtP+1ibazmoCCEwkFqp4iP4cjlBa99bLwEKZsOCl1UUP9qyNswE+JZ0vjpVSk8xM+DjJ7liuzbVYr3ufhs0w308S9cSQ7r4gb6IqlkETMSoi8gLUsWs0iPmDqThPjWFXLVB+k2aVXL4ljw9Mg+PnA/kU2CcUzC7Gc1eUJx5jqSX5hMa1lJ3T5oQQVH2FoT2rijeAKTSXaO1Xlkzc89cXZm6xtyLdJzq46B4FlX7+mpjTZ2LljeiTj87acBzG+sOc+2U/TaRmlKr5Shsl1MQwiE31x8xVf4/nobl5vixN4A9X/hLQ=----ATTACHMENT:----MTMwMjg1MzQ3NjcxMjk3MSAzNDQ2ODE0MDQ0MjUyMzQyIDY0ODI2MTE4ODMxNjUyNzg=