New on LowEndTalk? Please Register and read our Community Rules.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.
Mandrill
TehEnforce
Member
in Help
Is it even possible to receive incoming mail when you use mandrill?
Im planned to have this setup:
Outcoming: PHP Script -> SMTP -> Mandrill > User inbox (Sender: [email protected])
Incoming: User inbox (Receiver: [email protected]) -> Mandrill -> ??? -> IMAP -> Roundcube + Mail client
Would this be possible? If so how?
Comments
From what I know Mandrill is for outgoing, not incoming.
Maybe this will help: http://help.mandrill.com/entries/21699367-Inbound-Email-Processing-Overview
Its for incoming to I saw on their site.
Problem is I have no idea how that URL Webhook API Magic magic stufff works. I have no idea how to make the email go to IMAP.
You don't. Mandrill's inbound functionality is for services that need to programmatically process messges, like a post-by-email blog. It's not for receiving plain email.
I suppose you could code something to receive email through Mandrill and then immediately resend it to a regular email address... but for obvious reasons that would be very silly.
I use GoogleApps for incoming and mandrill for outgoing. Works great.