Closed (fixed)
Project:
Mailhandler
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Jul 2011 at 18:32 UTC
Updated:
5 Sep 2011 at 21:42 UTC
Hi all,
i am trying to configure mail by node post on a website. i have configure mailhandler module.
i got the following error.
Notice: Undefined variable: message in MailhandlerParser->parse() (line 111 of /home/user/public_html/sites/all/modules/mailhandler/plugins/MailhandlerParser.inc).
One thing more i did not get how the mail is write. can anybody post example mail format here.
Thanks in advance
Comments
Comment #1
danepowell commentedShould be fixed now:
https://drupal.org/commitlog/commit/96/d1ad598903ea9416b0261ff9a6de2309f...
https://drupal.org/commitlog/commit/96/12de93452c21734f18ef684dafff03508...
Comment #2
danepowell commentedBy the way, the reason you got the error in the first place is because the message you were trying to fetch was sent by a user that could not be authenticated- i.e. you sent it from the wrong email address, or you configured your authentication plugin (in the feeds importer parser settings) incorrectly.