On 04/02/13 11:48, David Muir wrote:
Anybody have a Mandrill transport class set up for Zend Mail that sends via their API calls?

I tried using SMTP, but it doesn't seem to work. I've read other reports where Zend_Mail has not worked, but SwiftMail has. I'd prefer to use their API though, as it's much faster than SMTP.

I've got several classes that have a mail instance injected, but the API calls I have set up go through a HTTP client instance, so I can't just inject that instead.

Cheers,
David

I take that as a no. Either that or nobody knows what I'm talking about...

Mandrill is basically the same deal as MailGun. They're mail servers that allow you to send emails via an HTTP API or SMPT. It's the HTTP part that I'm wanting to utilise, but Zend_Mail does not have an HTTP transport, which is understandable since each service has its own API and requirements.

Just trying to see if anyone else has gone this route, or what the caveats might be by using a transport that runs over Zend_Http_Client.

Cheers,
David

--
List: fw-general@lists.zend.com
Info: http://framework.zend.com/archives
Unsubscribe: fw-general-unsubscr...@lists.zend.com


Reply via email to