Hi,
Here's what I'm trying to do:
My club posts news to a mailing list. I've added a dummy gmail address to the mailing list that filters out only the news. So now I have a gmail box with the newsletters unread.
I want to use mailhandler to retrieve these emails and post them. The challenge is that the sender of the emails can be any member of the club, not registered user of drupal. How do I get mailhandler to post them anyway?
This is what I tried:
I tried to tell it to choose the 'To' field, which is mailinglist@mailserver. Then I made a user account in Drupal with 'authenticated user' status, and email ID mailinglist@mailserver. Then I checked all the comment permissions for 'authenticated user' to administer and post comments without approval.
But still when I run mailhandler, it gives an error saying 'unauthorized comment or posting to a closed post...'. If I post to the list, it recognizes me as admin and posts.
The commands I have are:
type: comment
nid:
status: 1
What should I do to fix this? Thanks for looking!