Hi. As you know the Post via email functionality is disabled on Multisite. However, the guys on this topic give a workaround which indeed begins the settings back to each individual sub blog:
http://wordpress.org/support/topic/post-by-email-vanished-from-settings?replies=13
The thing is, after I made all configs necessary, I sent the dedicated email address a test message. It wasnt posted. I added the iframe code to my footer that should retrieve and post the posts sent to the email:
<iframe src="http://yourblogdomain/wordpressinstalldir/wp-mail.php" name="mailiframe" width="0" height="0" frameborder="0" scrolling="no" title=""></iframe>
That did not help either (of course I changed the path to the url of my sub blog).
Then I manually called the wp-mail.php, and I was presented with a message that said I have to slow down requesting the posts via email.
But even that did not bring the post to the blog.
I did not use one of the user aliases (email usernames) WP gave me, and used a custom one
What am I missing?
Alternatively, how can I make my users post to their blogs without having to visit their dashboards or use a software like WLW ? Is there no alternative?
Is it possible that I as the network admin use the post via email feature to each individual subblog?
I simply want an easy way of posting.. either by them or by me on their behalf, without having to log into the dashboard everytime.
Thanx