Does anyone have a solution to this problem? If I post by email, I have to go into the web interface to remove the unwanted
tags, which means that I might as well post from the web. That problem makes post by email worthless. I assume that many people are using post by email successfully. Could someone please explain what I may be doing wrong?
I never got it to work in the first place. You’re way ahead of me. 🙂
Yeah me too. Never got it working. My problem is that it only asks for the “mail sever” but with most e-mail systems it’s a
POP3 server and SMTP (or what ever it is) server and again it only asks for 1… But that may be just me…
If you go to Options | Writing and under Writing by email, enter the domain name of your server where the POP account is hosted, just as if you are setting up an email account in Outlook or Outlook Express. (mail.mydomain.com, or pop.mindspring.com). The login name is the name that allows you to retrieve email. Remember that on a shared server, the login is probably the entire email address, user@mydomain.com, not just user. The password is the same password that you use to get mail. I use a POP box on the same server, for what it’s worth. There may be problems popping out of Gmail or one of the online webmail services. (Make sure you set up the POP account before starting this process.) That’s all the setup that is necessary. However, email will not be posted to the web unless you do one of three things listed in the documentation. There is a file installed with WP that when you run it, the mail is transferred from the POP box to WP. Unfortunately I cannot find the post at the moment, but I’ll keep looking.
The article is at http://codex.wordpress.org/Blog_by_Email. Look particularly at Step 3.
Yeah I tried that but it does not work. What I mean is all I get when I go to wp-mail.php is “There doesn’t seem to be any new mail.” but could the problem be that it needs a name and the e-mail (mail server) ? Thanks…
Here are some sample settings.
First, set in WordPress > Dashboard > Options > Writing:
Mail server = mail.mysite.com Port = 110
Login name = abcdef@mysite.com
Password = wordpress
Second, if it isn’t yet created, create the email account. For me, I do this through cPanel:
1. Log into cPanel
2. Click the Mail icon
3. Click Manage/Add/Remove Accounts
4. Click Add Account
5. Enter Email = abcdef@mysite.com
6. Enter Password = wordpress
7. Click Create
Third, send an email to abcdef@mysite.com
Finally, run wp-mail.php by viewing it in your browser or via cron.
Hmm, nope did that (My host’s 1and1) didn’t work I think it may require a name… Anyone ?