Make WordPress Core

Changeset 7024


Ignore:
Timestamp:
02/25/2008 06:54:22 PM (18 years ago)
Author:
ryan
Message:

Typo fix. Props Stevie212. fixes #6001

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/readme.html

    r6667 r7024  
    7171<h1>Post via Email</h1>
    7272<p>You can post from an email client! To set this up go to your &quot;Writing&quot; options screen and fill in the connection details for your secret POP3 account. Then you need to set up <code>wp-mail.php</code> to execute periodically to check the mailbox for new posts. You can do it with Cron-jobs, or if your host doesn't support it you can look into the various website-monitoring services, and make them check your <code>wp-mail.php</code> URL.</p>
    73 <p>Posting is easy: Any email sent to the address you specify will be posted, with the subject as the title. It is best to keep the address dicrete. The script will <i>delete</i> emails that are successfully posted.</p>
     73<p>Posting is easy: Any email sent to the address you specify will be posted, with the subject as the title. It is best to keep the address discrete. The script will <i>delete</i> emails that are successfully posted.</p>
    7474
    7575<h1>User Roles</h1>
Note: See TracChangeset for help on using the changeset viewer.