joelcox / codeigniter-amazon-ses

A CodeIgniter library to interact with Amazon Web Services (AWS) Simple Email Service (SES)

Home Page:http://joelcox.nl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Return path header

chuchden opened this issue · comments

I am trying to keep track of amazon ses bounced, complain.

Could any one help me to add the return path in codeigniter-amazon-ses
?

it should be $this->amazon_ses->return_path("some_email@example.com");

Adding the following line after line 366 should do the trick:

'ReturnPath' => 'some_email@example.com',