Home
/
WordPress
/
How To Questions
/
How to use the Post via Email feature in WordPress?

How to use the Post via Email feature in WordPress?

To set up a Post via e-mail functionality for your WordPress installation, you need to have a valid email account which you can use with it. On the SiteGround servers, you can create such via Site Tools > Email > Accounts.

The next step is to add this account in your WordPress installation. To do so, log in to the WordPress administrative area, go to Settings > Writing and under the Post via Email section enter the needed details:

Mail Server: your domain name (in case your email account is with SiteGround you can use the hostname of the server as a Mail server, i.e. siteground123.com)

Port: 110 (the service requires POP3 access for the email account)

Login Name: the full email address
Password: the corresponding password for the mail account above

For example:

Mail Server: yourdomain.com

Port: 110

Login Name: secret_wordpress_email@yourdomain.com

Password: the-password-for-my-email

Generally, those are all the settings you need to adjust for the Post via e-mail functionality to work.

What you need to do after that is to visit the corresponding URL for your WordPress installation so the posts/articles sent to the above email address are parsed. The URL is of type:

http://yourdomain.com/wordpress/wp-mail.php

Where:

yourdomain.com – is your actual domain name

wordpress – is the path to your WordPress installation. This might be skipped if WordPress is installed directly under the public_html document root folder for your domain.

Or if we presume you are using the domain name mentioned in the previous example and the WordPress installation is under directory blog:

http://mywebsite.com/blog/wp-mail.php

Note that by default such posts are not automatically displayed on your WordPress front page. They still need to be published via the WordPress administrative area. Alternatively, you can adjust your WordPress configuration to automatically submit posts without being approved by an administrator. This is up to you and your WordPress configuration.

Share This Article