Closed (fixed)
Project:
Mime Mail
Version:
6.x-1.x-dev
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
23 Feb 2009 at 13:49 UTC
Updated:
3 Jan 2014 at 00:07 UTC
Jump to comment: Most recent
Comments
Comment #1
folkertdv commentedI'm still interested in hearing how any of you have made use of the /mimemail menu callback to POST mails.
However, the idea of POSTing emailmessages to a weblocation didn't appeal to me.
I have created a simple and clean (contrib) module for Mime Mail that pulls emails from a specified mailserver (IMAP/POP3) and feeds the emails to mimemail_incoming().
This way I can configure any newsletter module to have noreply@example.org as Sender.
Another bounce handling module can now check incoming mails for bounces (by listening to hook_mimemail_incoming).
Just like Mime Mail, this is a module that doesn't do anything by itself but could be very useful for other module developers.
If there's any interest in this, I will submit the module. Any feedback is appreciated, thanks!
Comment #2
allie mickaThe key advantage of POSTing the messages to the site is the real-timeyness of it all. With pull-based solutions you're limited to cron schedules. That's surely OK for bounce handling.
If you are doing a pull-based method, why not just use http://drupal.org/project/mailhandler ? It's the well-supported go-to module for that task.
Comment #3
jerdavis