I want all my users have the possibility to send e-mail with subject, body and one image attached, to get posted on my drupal site as an blog entry.

I got the mailhandler and mailsave working correct. When I mail an message it gets converted to a blog as specified in url, admin/content/mailhandler/edit/1 and /admin/settings/mailhandler.

I have set the default commands to type: blog format: 3 on an each line in /admin/content/mailhandler/edit/1.

When mails with attatched image is being mailed to my mailhandler account they are saved as images instead of blog entries as specified in the default commans.

I guess it is the "Mailsave to Image" that does the trick (very nicely) but I want the images to be inserted as images in the blog entry. Preferrably with the image scaled by width. Any clues for me?

Is this a feature request or am I lost in the settings?

Anyone? :) Hope to hear from you

Comments

rout’s picture

I managed to do this using the Mailhandler, Mailsave, Imagecache and Inline modules, but not the Mailsave to Image module.

I have the inline module set to use 'auto-inline' which automatically inserts image uploads into the posting.

kakajoe’s picture

would u please to share how to make it happen ?

sapark’s picture

Mailsave, Mailhandler, Upload and Inline

Inline has a setting in the content type to auto-inline.
Also, need to tick the checkbox in the input filter for Inline, and set the max file size in Inline settings if not using imagecache otherwise larger files will still upload but not appear inline.