|
Installation
How to install postbyemail.
PrerequisitesFor all the features to work, the following are required
PrepareUnder the wp-content folder, create the following directory structure: attachments/ audio/ processing/ images/ video/ Then set the permissions for those folders to be writable by the web server which can be done with the following command: chmod -R 0777 attachments Now edit wp-mail.php You'll find two lines that look something like this: $lame_path = '/opt/local/bin/lame'; $sox_path = '/opt/local/bin/sox'; Make sure the paths point to the actual lame and sox binaries. Do the Actual Install
"I found a problem!"Please submit an issue by clicking on the issues tab above, or even better submit a patch! Thanks for using postbyemail |
Sign in to add a comment