Creating post in OG from an email where the OG it goes to is determined by which email address the content is sent to
| Project: | Mailhandler |
| Version: | 6.x-1.7 |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
HI - not sure if this use case is already handled by MailHandler together with Mail2Web.
Our goal is to have OG members be able to create a post by email, and for the particular OG that it gets posted in to be based on the email address they send it to.
In other words the users can behave as if they are using a 'mailing list' and we pull their emails through to create the post. The post then gets sent out via Notifications and the recipients can in turn email comments bck in to the system (using web2mail I am assuming) - so the thread is initiated and continues within the OG without requiring users to login in to site.
Is this what MailHandler is already capable of doing?
Appreciate advice from anyone who has 'been there' 'done that'. Many thanks

#1
I haven't been there yet, but my guess is that you can use hook_mailhandler, where $mailbox is passed as well.
Use this parameter to switch your OGs and assign your node to one of them.