views:

49

answers:

2

Is there a rails plugin or gem out there that allows users to upload their image by emailing the image as an email attachment?

A: 

You could have a look at mail which lets you create and read/parse emails.

theIV
+1  A: 

I would suggest you use the fetching code from here and then just use ActionMailer.receive to create an object from it/load the attachment.

wsh