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

Return path header

Open chuchden opened this issue 11 years ago • 1 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("[email protected]");

chuchden avatar Oct 17 '13 08:10 chuchden

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

'ReturnPath' => '[email protected]',

joelcox avatar Oct 17 '13 16:10 joelcox