inboundnow / inbound-mailer-retired

0 stars 1 forks source link

Update Inbound Mailer to ping API #27

Closed DavidWells closed 9 years ago

DavidWells commented 9 years ago

The api is setup. We need the mailer to send the payload to it.

The local endpoint for testing is going to be: http://localhost:3000/send-email

We need the https://github.com/inboundnow/inbound-mailer/blob/84cca48c3cfafc89ebc75a7ace7c1ed0012b1cb1/classes/class.sending.php#L166 or whatever is doing the sending right now to send that payload instead to http://localhost:3000/send-email as a POST.

Then that can relay the data to mandrill.

I can show you how to get the local instance of the API running. Ping me on skype

atwellpub commented 9 years ago

Ok so I need to pull the server locally. I'll contact you today to walk through that. Cheers!

atwellpub commented 9 years ago

Ok have a relay setup.

DavidWells commented 9 years ago

Where is the code. Can't find in the commit

On Fri, Jan 30, 2015 at 10:26 AM, Hudson Atwell notifications@github.com wrote:

Ok have a relay setup.

— Reply to this email directly or view it on GitHub https://github.com/inboundnow/inbound-mailer/issues/27#issuecomment-72246592 .

atwellpub commented 9 years ago

https://github.com/inboundnow/inbound-mailer/blob/master/classes/class.sending.php#L367-L376