I'm using mailcomment with message notify and the mail comment quick start feature. However, the outgoing notification mails don't have the "reply above" line, although the mail comment config page has the option "insert reply text" checked. Everything else seems to work ok. I'm getting notifications, mailhandler handles incoming emails (althoght they don't get thru as they miss that line). Any know issue with the modules I'm using? Anything I'm missing in the config?

These are the moduls I'm using:

Message 7.x-1.9+2-dev
Message notify 7.x-2.5+1-dev
Mail comment 7.x-2.4+12-dev
Mail comment message notify 7.x-2.4+12-dev
Mail comment quick start 7.x-2.4+12-dev
Mailhandler 7.x-2.9+18-dev
Organic Groups 7.x-2.4

Comments

Dane Powell’s picture

Did you check the INSTALL.txt for Message Notify? There are a few additional setup steps: http://drupalcode.org/project/mailcomment.git/blob/refs/heads/7.x-2.x:/m...

Specifically, you need to edit the Message entities and check the box to allow replies by email. Also make sure that the field_comment_ref and field_node_ref fields exist.

robertgarrigos’s picture

Status: Active » Closed (fixed)

Thnaks. found that check box

robertgarrigos’s picture

Status: Closed (fixed) » Active

I'm trying to config the drupal commons with mailcomment, and I'm not having the "Allow users to reply to this message by email." option on the commons message type, although I created the reference fields needed. Any help on this?

Thanks a lot.

robertgarrigos’s picture

I see that I have that option for a new message type I create, but not with the commons ones. Is there a way to use those message types with mailcomment?

robertgarrigos’s picture

right, the problem is that mailcomment works only on forms with form_id=message_type_form. Some of the commons message types have other names as form_id. I guess because they are features. Is that right? then, is there a workaround to use mailcomment with commons?

robertgarrigos’s picture

Status: Active » Closed (duplicate)