Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Amazon ses stoped working, before it work. #23

Open
chuchden opened this issue Jan 5, 2014 · 1 comment
Open

Amazon ses stoped working, before it work. #23

chuchden opened this issue Jan 5, 2014 · 1 comment

Comments

@chuchden
Copy link

chuchden commented Jan 5, 2014

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

@joelcox
Copy link
Owner

joelcox commented Jan 5, 2014

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants