• Currently 0/5
  • 1
  • 2
  • 3
  • 4
  • 5
Post Office - Moblogging for Movable Type

Post Office is a plugin for Movable Type that allows users to post to their blog via email. It works by connecting Movable Type to an existing email account, like GMail or any POP or IMAP compliant mailbox, and periodically scanning for messages to post. Each user can be given a unique email address to which to post to uniquely identify them and the blog they want to post to when sending an email.

Setup

Before you begin be sure you have the following prerequisites and software installed:

  • Mail::IMAPClient (for IMAP)
  • Mail::POP3Client (for POP)
  • Email::Address
  • Email::MIME
  • IO::Socket::SSL

Then install the plugin per its README.txt file. Finally configure the plugin via Post Office's plugin settings screen. When the plugin is configured, and if the current user has setup an API Password, then a link will be surfaced at the bottom of the Write Entry screen. The link contains the email address to which you should send your messages.

Screenshots

Requirements

Mail::IMAPClient (for IMAP), Mail::POP3Client (for POP). Email::Address, Email::MIME

2 Comments

I have it installed and once I got the proper perl modules installed it quit throwing errors but it's not doing anything and the email link that shows under the create entry screen is incorrect.

Any way to troubleshoot this?

default userpic

Arindam Ganguly Author Profile Page

is the email the one you setup for this purpose? is it pop3 compliant? gmail provides this.

if it is..the email in the entry page should be the same with a +number in it. the number is the id of your blog. so the plugin knows where to post to

Leave a comment