codeigniter-amazon-ses
codeigniter-amazon-ses copied to clipboard
Amazon ses stoped working, before it work.
$this->load->library('Amazon_ses'); $this->amazon_ses->subject($data['title']); $this->amazon_ses->from($data['sender'], $data['sender_name']); $this->amazon_ses->to($data['reciever']); $this->amazon_ses->message($data['body']);
$this->amazon_ses->debug(TRUE); var_dump( $this->amazon_ses->send(TRUE, $data['reply']) ); die('ses test');
Hey chuchden, did you manage to capture the response from Amazon?