0
+This plugin has a lot features. They are all explained on the
0
+main site (http://www.economysizegeek.com/?page_id=395).
0
+Make sure all postie code is its own directory inside of wp-content/plugins/postie
0
+Make two directories in your main wordpress directory wp-filez and wp-photos
0
+Make sure these directories are writable by your web server (chmod 777 or chown to the webserver)
0
+make sure that the postie directory that this file is in is moved to yourwebsite/wp-content/plugins
0
+Login to WordPress as "admin"
0
+Goto the Plugins tab in the WordPress Admin Site
0
+Goto to the "Options" tab and click on the sub-tab "Configure Postie" to configure it.
0
+(Postie ignores the settings under Options->Writing->Writing-by-Email)
0
+Setup a cronjob to pull down the get_mail.php
0
+*/5 * * * * /usr/bin/lynx --source http://www.economysizegeek.com/wp-content/plugins/postie/get_mail.php >/dev/null 2>&1
0
+This fetches the mail every five mintues.
0
+If you don't have access to cron - check out "Cronless Postie"
0
+ * If you put in :start - the message processing won't start until it sees that string
0
+ * If you put in :end - the message processing will stop once it sees that string
0
+ * Posts can be delayed by adding a line with delayXdXhXm where X is a number.
0
+ delay:1d2h4m - 1 day 2 hours 4m
0
+ * By putting comments:X in your message you can control if comments are allowed
0
+ comments:0 - means closed
0
+ comments:1 - means open
0
+ comments:2 - means registered only
0
+ * If you put a category name in the subject with a : it will be used
0
+ as the category for the post
0
+ * If you put a category id number in the subject with a : it will
0
+ be used as the category for the post
0
+ * If you put the first part of a category name it will be posted in
0
+ the first category that the system finds that matches - so if you put
0
+ Subject: Gen: New News
0
+ The system will post that in General.
0
+ * All of the above also applies if you put the category in brackets []
0
+ * Using [] or you can post to multiple categories at once
0
+ Subject: [1] [Mo] [Br] My Subject
0
+ On my blog it would post to General (Id 1), Moblog, and Brewing all at one time
0
+ * Using - or you can post to multiple categories at once
0
+ Subject: -1- -Mo- -Br- My Subject
0
+ On my blog it would post to General (Id 1), Moblog, and Brewing all at one time
0
+ * Postie has a filter to make it easy to show full images on individual pages.
0
+ * Tells you if you have GD installed for resizing images
0
+ * Allows you to attach images to your email and automatically post
0
+ * Large images are automatically thumbnailed and linked to the larger
0
+ * You can publish images in the text of your message by using #img1#
0
+ #img2# - each one will be replaced with the HTML for the image
0
+ * Rotation - if you include the text
0
+ or any other number - all images in the message will be rotated for you.
0
+ * Images are renamed in a way that makes it impossible to accidentally
0
+ overwrite images you have already posted
0
+ * You can set the starting characters for you signature so that it
0
+ is removed from the posting message
0
+ * You can set a list of banned file names so if you provider adds
0
+ images to your post they don't show up in the blog
0
+ * If you post from an email address that is not a valid author the
0
+ email post will be forwarded to the admin
0
+ * You can control if you want HTML allowed in the body or subject
0
+ * Lets you set a default subject when you don't set one
0
+ * Defaults to posting to the default category you set in Word Press
0
+ * If your mail client doesn't support setting the subject (nokia) you
0
+ can do so by putting #your title here# at the begining of your message
0
+ * POP3,POP3-SSL,IMAP,IMAP-SSL now supported - last three require
0
+ * The program understands enough about mime to not duplicate post
0
+ if you send an HTML and plain text message
0
+ * Automatically confirms that you are installed correctly
Comments
No one has commented yet.