I am using Mailcomment to import comment. It's working, though there are some problem like filter is not working for me and I am following the issue created for that.

Another problem which I am facing is, it's not able to fetch attachment of replied mail.

What ever I have read from documentation, I guessed it should work for that. But it's not doing anything for file attachment though body texts are getting import at same time.

I have allowed attachment in PHP Mail setting...is there any other setting I have to do?

Like some body told me to do in mapping at feed importer, but when I tried creating a source as "attachment" and target as "comment"...I got blank screen while importing, so I removed that...

I am using stand alone form for mailhandler comment setting in feed importer as other things didn't worked for me...

Can you please suggest me...how to resolve this problem?

Thanks,
RajeevKr

Comments

danepowell’s picture

To import attachments, you'll need to install the Feeds Comment Processor Files module. I guess I should mention that in the documentation somewhere.

Let me know if that doesn't work for you.

rajeevk’s picture

I have uploaded that & enabled.

But my issue is not solved. I want to import file with comment and show that there in comment itself (Like it get shown when we do comment from portal and attach a file with it.)
I went feed importer & changed in mapping so that attachments get attached to attach a file field.

Source(Attachments) -> Target (Attach a File)

But in this way it's attaching file to content of the node and if I am changing Target as "Comment" then..after importing, full comment field is getting blank...

Can you suggest me what to do now ?

Thanks,
RajeevKr

danepowell’s picture

Are you saying that you are using the Comment Upload module?

danepowell’s picture

Status: Active » Closed (cannot reproduce)

No response

rajeevk’s picture

Status: Closed (cannot reproduce) » Closed (works as designed)

I am not using this module anymore.

I have made some mechanism from myself to post content & comment from my custom module.

Thanks,