mahmoudtahan91
Forum Replies Created
-
Forum: Localhost Installs
In reply to: Posting Entries: Online to LocalIndeed it would but I’m challenging myself so to speak to accomplish this without hosting it online. For now, I’m using WordPress’ ‘Post via Email’ function which works most of the time but it’s a whole can of worms on its own.
What I was really aiming for doesn’t seem to exist so I’ll either have to host it online and set it private or stick to using the ‘Post via Email’ function.
For the sake of clarity, I was looking for a service where I can post my entries privately and then have my local wordpress installation retrieve my posts from that service.
Thanks everyone!
Forum: Fixing WordPress
In reply to: Post Via Email on WAMP ServerNevermind. It worked. Here’s how I did it:
Step 1:
In Gmail’s settings under ‘POP Download’, I checked on “Enable POP for all mail (even mail that’s already been downloaded)” even though the Status was “Status: POP is enabled”.Step 2:
Set Mail Server tossl://pop.gmail.com. Gmail requires SSL so simply writingpop.gmail.comwill NOT work.Step 3:
Set Port to995. That’s usual value for SSL.Step 4:
Set Login Name and Password to the e-mail address you wish to use for posting to wordpress and its password respectively.Step 5:
In WAMP’s php.ini file, I enabledextension=php_openssl.dllwhich I’m guessing enables PHP to connect via SSL.Note:
Step 5 was due to an error I got when I tried to test my POP3 configuration using the WordPress plugin called ‘Postie’ which by the way doesn’t seem to work at all.