Kat Hagan
Forum Replies Created
-
Forum: Plugins
In reply to: [Post By Email] Showing links in stories shared from news sitesHmm. Is it opening those links in an email client, or just asking you for an address to send them to? Have you tried emailing one to yourself to see if it gets sent as plain text or not?
Hi,
This has been fixed in the latest version, which will be released to the WordPress repository in a couple of weeks. If you need it before then, you can install the plugin from the GitHub repository.
Forum: Plugins
In reply to: [Post By Email] GMail configuration not working, log messages uselessHi lolligag,
Sorry for the confusion. The “incoming” and “outgoing” terminology refers to the perspective of the mail server, not the client. So the “incoming” port is what you use to CHECK mail, whereas the “outgoing” port is the one you use to SEND mail (like, for example, when you configure Outlook to send messages via your company’s email service).
Adding to the confusion, there are different port numbers for the different protocols, as well as for whether or not you want a secure connection. You can think of this as analagous to having multiple service windows in a store, where people who prefer to speak English go to one window, while people who prefer Spanish go to another. The client is basically saying “I want to speak POP3 to you, server”, but if it mistakenly tries to do so at the IMAP window, the client and server will be unable to communicate.
Hope this makes sense. Were you able to get it working with the new settings?
Forum: Plugins
In reply to: [Post By Email] Post formatHmm. Those are weird post formats — neither “format” nor “paragraph” is one of the built-in ones. Were those added by your theme?
The current version of the plugin doesn’t support custom post formats, but the development version does, which would circumvent this problem by allowing you to specify in the settings that it should use the “paragraph” format by default. That version will be released in a few weeks.
In the meantime, it might be worth looking at your custom post formats and why posts are getting set to something called “format” by default. (Usually the post format gets set to “Standard”, i.e., no special format.)
Forum: Plugins
In reply to: [Post By Email] Setting Author for PostsHi,
Are you sending the emails from an email address that belongs to someone other than the sysadmin? Does that email address belong to someone who has author permissions on the site?
The way the plugin works is, it compares the sending email address to the accounts on the WordPress site, and if there’s a match AND the user in question has posting rights, the author will get set to that person. If there’s not a match, it gets set to the admin (and set as “pending” instead of “published”). My first guess would be that the latter is happening — the email address you’re sending from isn’t getting matched as a WP user.
To double-check, go to the profile for the non-admin user and verify that their email address is the same one you’re sending FROM.
Hi,
Thanks for checking in on this. This was a bug (the dashboard panel was set to the “read” capability instead of “manage_options”) and has been fixed in the upcoming version of the plugin, slated for release in the next few weeks.
Forum: Plugins
In reply to: [Post By Email] Write crayon-syntax-highlighter plugin ?Hi,
What do you have to write in a post to make the syntax highlighting work? You should be able to write the same thing in an email. Let me know if it doesn’t work.
Forum: Plugins
In reply to: [Post By Email] GMail configuration not working, log messages uselessHi ufdemt15,
Have you tried telnetting to the IMAP or POP3 port in question from the server that’s running WP? Is it possible those ports are getting blocked by your host?
Forum: Plugins
In reply to: [Post By Email] Support for Custom Post Types?Oh, whoops, I misremembered — that PR (pull request) is for post *formats*, not post types. Apologies for the confusion, I was triaging a bunch of issues/support requests and confused myself.
So, it’s on the list for the upcoming version, but I haven’t gotten there yet. I would definitely appreciate beta testing once I do — I’m in the midst of something else at the moment, but I will answer your email within a couple of days and we can talk about the schedule. I can also give you instructions on how to install and test the beta version of the plugin.
Forum: Plugins
In reply to: [Post By Email] Support for Custom Post Types?This is on the list for the next (currently in-progress) version, yes! https://github.com/codebykat/wp-post-by-email/issues/15
There’s a PR already done that gets us most of the way there, I think, but needs some testing before it can be merged in. https://github.com/codebykat/wp-post-by-email/pull/16
Forum: Plugins
In reply to: [Post By Email] GMail configuration not working, log messages uselessSorry you’re having trouble! “Error connecting to mail server” DOES in fact mean that the mail server isn’t accepting the connection on the given port — if the username/password was incorrect, it would say so (something like “authentication failure” IIRC).
(Though, I do believe that the mail server doesn’t distinguish between a general authentication failure — e.g., wrong password — and the account not existing.)
What port number are you using? It should be 995 for POP3 and 993 for IMAP, and SSL should always be enabled (Gmail requires it).
Have you tried connecting to your Gmail account from a standalone mail client?
Forum: Plugins
In reply to: [Post By Email] Pictures Won't UploadHmm. I’ve had some other reports of problems with Outlook. Are you embedding the images within the email, or just attaching them?
Forum: Plugins
In reply to: [Post By Email] Basic SettingsHi,
First, make sure you’ve enabled IMAP in Gmail. There are instructions here: https://support.google.com/mail/troubleshooter/1668960?hl=en#ts=1665018
Then, use the following settings:
Server: imap.gmail.com
Port: 993
SSL: YesFor the username, make sure to use your full Gmail address, including the “@gmail.com” part.
Let me know if you still have problems!
Forum: Plugins
In reply to: [Post By Email] Multiple email addresses, each assigned to one category?Thanks, that’s a pretty interesting thought. I’m adding it to the list for a future version.
Forum: Plugins
In reply to: [Post By Email] "Must wait 5 minutes"Hmm. Do you happen to know what version of PHP you’re using? If you’re on 5.2, upgrading to at least 5.3 might fix this issue.