Jump to content

Recommended Posts

Posted
mail.mybuddyandme.com should do it for you

 

Could it be anything else? I'm trying to set up the mail-to-blog feature of WordPress and while the address I'm emailing to is receiving the email, the blog is not picking it up.

Posted
Did you activate the feature from within Wordpress? I've tried it before and it does work.

 

Hmm, I'm not sure how I would "activate" it. All I see on the page is textboxes for entering mail server (mail.mybuddyandme.com) port number (110 - this was already set) login name (myaddress@mybuddyandme.com) and password. I don't see any options for activating/deactivating. Is it somewere in the PHP script itself or have I gotten one of these settings wrong?

Posted

Are you running the wp-mail.php file? Once you get it working manually you set up a cron job to run the wp-mail.php file.

 

Just adding the email address/password to the admin area of your blog will not poll the email account for messages to post. You have to load the wp-mail.php file which processes the email account and posts the entries.

Posted (edited)
Are you running the wp-mail.php file? Once you get it working manually you set up a cron job to run the wp-mail.php file.

 

Just adding the email address/password to the admin area of your blog will not poll the email account for messages to post. You have to load the wp-mail.php file which processes the email account and posts the entries.

 

You're a genius as always. Can you take a look at my test post (the latest post) at www.mybuddyandme.com/home/ though and see if you can figure out what's happening w/ the weird formatting?

Edited by brycefinney
Posted (edited)
Quick guess, you sent the email in html format. Try plain text and that should solve it.

 

And glad I could help.

Right Again ;)

 

To schedule the cron job do i just enter the url to the php file that needs to run?

Edited by brycefinney
Posted

Use this format when adding the cron job

 

>/usr/bin/php -q /home/yourTCHname/public_html/path-to-wp.mail.php

 

Set it to run every hour of every day. That should be enough.

 

And please take a look at the forum guidelines. We do not allow bumping of threads and we read all posts.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...