Joël Cox
Joël Cox
Thanks for the PR! I guess I'll migrate all the code to the new RAW endpoint using your code, else we just end up two pieces of code with the...
Hey chuchden, did you manage to capture the response from Amazon?
Adding the following line after line 366 should do the trick: ``` 'ReturnPath' => '[email protected]', ```
I probably won't come around to do this in the next two weeks due to my holiday, so don't hold your breath ;-).
I've read through the new API docs and it seems that adding attachments requires you to use the SendRawEmail endpoint instead of the (easier) SendEmail endpoint this library is currently...
Sounds great Francisco. Using the SendRawEmail endpoint, I presume?
Cool. Looking forward to your pull request. On Nov 28, 2012, at 9:16 AM, Francisco Javier Arias [email protected] wrote: > Yes, I will use a SendRawEmail endpoint if you send...
Thanks Eric, both for the shout out and your help on this lib.
Hi Eran, I'm sorry you're having trouble with the library. The multi command was added after the library was released and I've never actually tested its functionality (or the lack...
Well, I did some research today and had a first stab at supporting multi array responses, but the infamous issues @danhunsaker linked to keep me from implementing a workable solution.....