Back to Support Content and Media Pages and Posts Post by Email

Post by Email

Post by Email is a way of publishing posts on your blog by email. Any email client can be used to send the email, allowing you to publish quickly and easily from devices such as cell phones. Please note you can only publish to one blog using one e-mail message at a time.

Generating a Post by Email Address

Before you can publish by email, you must generate a special email address. This address is unique to you and must be kept secret (anyone that knows the email address can publish a post to your blog).

  1. Go to your profile by clicking on your profile picture on the top right corner of WordPress.com.
  2. Click on the Manage Blogs option in the left-side menu.
  3. Locate the blog that you wish to post to and click Enable in the Post by Email column.
  4. You now have a special email address you can use for sending post by email.
The My Blogs dashboard shows your list of sites with a few options. On the very right are Post by Email and Post by Voice, each with an Enable button.
Once you click Enable under Post by Email, you will see the secret email address to use, with buttons to save the address as a vCard, Regenerate a new one, or Delete it and disable Post by Email.

Plugin-Enabled Sites

  1. Go to SettingsWriting in the left sidebar of your site dashboard.
  2. Scroll down to the Publishing Tools section.
  3. Click the toggle next to Publish posts by sending an email.
The Publish Tools section has a toggle to activate the feature, and then would show an email address to use, with a copy button.

Sending Emails

Once you have your Post by Email address, you can use that to publish posts to your site.

An example of an email client showing the post by email secret email address, an email subject, and some content in the email.

The email subject is used as your post’s title. The body is the post’s contents. A few minutes after sending your email, you should receive a notification email informing you of the published post’s details.

⚠️

Please remember to send the email to your secret email address, not the example given in the image above.

Your email can be plain text or formatted. As much formatting as possible will be retained, although the Post by Email system will strip unnecessary HTML tags so that your email is displayed correctly. Note that you will need to use an email client that supports rich text or HTML formatting in order to make use of this feature. Most email clients do support this. You may need to switch your client into rich text or formatted mode.

Media and Attachments

Images and Galleries

Image attachments will be included in your published post as follows:

Multiple galleries and single images are allowed in the same post. Note that using the [nogallery] shortcode will disable all galleries.

You can also send attachments separately to: media+YOUR_SECRET_EMAIL@post.wordpress.com. Your attachments will just be stored in your account without creating a new post – the attachments will appear alongside your other media.

If you have purchased a paid WordPress.com plan, the following additional attachment types will be supported:

Shortcodes

Special shortcodes can be embedded in your email to configure various aspects of the published post. The supported shortcodes are:

We have provided further details on many of these shortcodes in the remainder of this guide.

Providing a Post Title

The title of your published post is usually taken from the subject line of your email. In some instances, such as when sending an email from some cell phones or via a MMS-Email gateway, you may not be able to provide a subject. In this instance, you can set your post title directly inside the email:

[title My Fancy Post]

If you use both the email subject and the shortcode, the title specified in the shortcode will be used.

Changing The Post Status

Sometimes you may want your post to be private, or to be reviewed by yourself or someone else at a later date before being published. To do this, you can use the [status] shortcode to set the post status.

[status private]

Specifying Categories

The category shortcode will match the start of category titles, as well as category IDs. For example:

[category Hol, Food, 1894]

Will match “Holiday,” “Food,” and the category on your site with the ID 1894. Note that categories must already exist on your blog and spaces between the commas are not important.

Specifying Tags

Any number of tags can be added to your post, each separated by a comma within the shortcode.

[tags one potato, two potato, three potato, more]

This will add four tags: “one potato”, “two potato”, “three potato”, and “more”. Note that your tags do not need to exist elsewhere in your blog and new tags will be created automatically.

Changing Your Auto-Sharing Settings

Auto-sharing lets you notify other web services about your posts. With the [publicize] shortcode you can control this from emails.

Note that your settings must have been previously configured.

Inserting a Crowdsignal poll

You must first have created or imported a Crowdsignal account into WordPress.com before using this shortcode. Once setup you can insert a poll in an email as follows:

[poll]

What is the worst movie of the decade?

* The Love Guru
* Fool’s Gold

[/poll]

Note how the poll question is added after the [poll] shortcode. Each answer is on a new line and starts with an asterisk. The poll must be finished with [/poll].

You can configure your poll by adding extra details to the [poll] shortcode:

For example, to create a poll that allows up to three responses (including an ‘other’ response):

[poll other="yes" type="3"]

What is the worst movie of the decade?

* The Love Guru
* Fool’s Gold

[/poll]

Delaying Your Post

The delay shortcode will accept any time allowed by PHP’s strtotime. For example, you can:

[delay +1 hour]

[delay +2 days]

You can also schedule a post to be published at a precise time, as in this example:

[delay 2013-12-01 11:30:00 EST]

The shortcode above will schedule a post to be published on December 1, 2013, at 11:30 a.m. Eastern Standard Time.

Geotagging

If your email includes an image that contains appropriate GPS information (for example, as sent from iPhone), then this will be used to geotag your post. Information will only be shown to the public if you configure your blog to do so. You can override this on a per-email basis using the [geotag on] and [geotag off] shortcodes.

Emails sent from a SPOT GPS device will be automatically geotagged.

Signatures

Post by email will automatically remove any email signatures that match the standard signature block pattern:

--

(that is dash dash space)

It will also remove anything after a <hr/> HTML tag and attempts to clean up cellphone network signatures.

If your email system attaches a signature that does not match any of these patterns then you can manually tell Post by Email to stop including text by adding the special [end] shortcode on its own line with a blank line above it. Anything after this will be removed from your post. If your cellphone network is adding a signature and you want us to remove it, then let us know the details and we’ll look into it.

Example Email with Shortcodes

The following email will be published in two days’ time to the “WordPress” category, with tags “announcement” and “WordPress”:

Welcome to Post by Email, the easiest way to blog!

[tags announcement, WordPress]

[category WordPress]

[delay +2 days]

Additional Information

Was this guide helpful for you?

Not quite what you're looking for? Get Help!

Copied to clipboard!