I am more than willing to spearhead the development of this feature (or as a separate module if we feel that is the correct way to go) but am wondering if there is a greater demand for this feature than just me and my partner.
We are hoping people who email the site under a new email address will be registered given a new temporary username, password, and sent a confirmation email of this (last part drupal can handle already). From this they can then come back and edit their posts, etc.
Anyone else interested in helping with this? Has this been attempted before?
I planned on writing this for 5.x but if Mailhandler and Mailsave will be at 6.x in the next week or two, then maybe I will go that route.
Thanks,
Chris
Comments
Comment #1
dimiduj commentedThis feature is what I'm looking for ...
I'm a noob but i'm interested ...
Dimitri
Comment #2
scottrigbywe'd like this feature too! :))
Comment #3
pescetti commentedAny news on this? I could be interested too in a feature like this.
Comment #4
z.stolar commentedYou should write a module that implements hook_mailhandler, in which a user will be created, and his/her credentials will be associated with the newly created node.
Of course, you should allow for anonymous submissions.
This should be rather easy to accomplish, but I don't think it should be part of mailhandler's core.
Comment #5
itserich commentedAny developments on this?
I would find it useful to allow anon users to register themselves by sending an email, and getting a return email with a link to edit the node.
Comment #6
cor3huis commentedListhandler ( http://drupal.org/project/listhandler) can highly likely solve your wish...