codeigniter-amazon-ses icon indicating copy to clipboard operation
codeigniter-amazon-ses copied to clipboard

Amazon ses stoped working, before it work.

Open chuchden opened this issue 11 years ago • 1 comments

$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');

chuchden avatar Jan 05 '14 00:01 chuchden

Hey chuchden, did you manage to capture the response from Amazon?

joelcox avatar Jan 05 '14 17:01 joelcox