Wordpress post via email
- 4 Comment
If you know this feature already , skip this article. But i have to ask a single question at the end of this section .
For wordpress version less than 2.3 , Go to Options > writing, and for greater than 2.3, Go to settings > writing
What you have to do is create an email account with pop3 support
You can see the heading “Post via e-mail” there.
Enter your email server (by replacing mail.example.com)
Enter your pop3 port. (110 by default)
Enter your email login and password.
Choose a category to for the email entry posts
Finally Press update option Button
What you have done above is only the settings. For grabbing or pulling the content from email, you need to call/trigger an url.
That url is: http://yourblogdomain/wordpressinstalldir/wp-mail.php
Either you can call it manually. Or you can set up a cron job for that url by call the url using wget or like functions
Another simple mechanism to call this email trigger is use a hidden iframe in your blog template. (anywhere)
<iframe width=”0″ height=”0″ style=”display:none” src=”http://yourblogdomain/wordpressinstalldir/wp-mail.php“></iframe>
The problem with this email posting is , it strips all the html tags before entering into wordpress database.
The is no way to find the attachments from an email.
So I decided to start a wordpress plugin which does the above missing properties. If there is any ‘working’ plugin available, please let me know, so that I can avoid the re-inventing of wheel .
Thanks
Sajith M.R
4 Comments on this post
Trackbacks
-
TheAnand said:
I am sure that will be a nice plugin. I used to have a plugin which automated posting on my blogs, but I needed a few more features on that plugin, will tell you more latr.
August 19th, 2008 at 1:37 am -
WillS said:
Maybe a modification of this plugin meant for emailing picture and movie files:
http://blog.xforward.com/?page_id=65
Modify to allow a broader range of file types? If you get this working please let me know…September 16th, 2008 at 12:02 am -
Devilish Southern Belle said:
I can not get post via email to work no matter what I do, and I have tried everything to the letter. It’s frustrating. If you get a new plugin working, I’d love to come try it. I can’t get postie to work, either.
October 23rd, 2008 at 6:16 am -
terry said:
I believe this does what you want
http://blog.xforward.com/?page_id=65#download
I am running 2.6.3 and it works perfectly well with plain text emails sent from outlook. I don’t have it working with my mobile yet as the subject line disaplyes errors. However the picture and main content are still displayed correctly. I wrote a help post about this today, hopefully someone will point out a way to correct this.
November 19th, 2008 at 11:49 pm




