hi there,
I was looking for a smooth mobile blogging solution and found that MMB is exactly what I need.
I use drupal 5, have mailhandler, upload and inline module installed and activated. All work just fine.

MMB is also installed and activated. When I send an email from a registered email adress the blog entry is visible on my blog. Also the attachment (a jpeg picture) is linked (with "[inline:1]"). But for some reason the picture is not shown.

When I open the link to the picture I find a file with size of 0 Byte. I verified by logging into the server with ssh and filesystem says also 0 Byte. The folder "drupal/files" is writable and owned by nobody. So I guess it's not a permission issue.

Input types are setup as described in INSTALL.txt. Full and Filtered HTML parse inline-tags.

I guess the issue is either with MMB or mailhandler, but I cannot figure out where it is. Can you help me with that? Any advice is appreciated.

If you need more info/specs about my system, please let me know and I will post the needed information.

Thanks in advance!

PS: When I open the email with webmail the picture is visible and has a size of 8kB.

Comments

mathilda’s picture

Oha, I just figured my problem:

E-Mails must be sent in plain text. I sent them as HTML, but looks like some module (either MMB or mailhandler) doesn't work properly with HTML mails.

sanduhrs’s picture

Status: Active » Closed (fixed)

Thanks for sharing.

L0rne’s picture

Does anyone know how to fix this problem, and make this work with HTML emails?

Sending plain-text only emails works fine, but it's another step for my users to figure out.