Posting blog by email

10 posts by 4 authors in: Forums > CMS Builder
Last Post: June 17, 2015   (RSS)

By hiroko - June 6, 2015

Hello,

I'd like to know if it is possible to post blog entries by email using CMS builder (with some short codes, such as categories and tags).

https://en.support.wordpress.com/post-by-email/

Can this be done by using the incoming mail feature or do I need a custom plugin?

By claire - June 8, 2015

Hi there

I believe we don't have anything like this, unfortunately. It would have to be  a custom plugin. Please email consulting@interactivetools.com with some more information and we'll see what we can do for you.

--------------------

Claire Ryan
interactivetools.com

Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/

By Perchpole - June 8, 2015

Hi, Claire -

You need to reinvent the DownloadMail plugin! If you set it up right you can get it to feed a section on CMSB. It's not far from what the OP is asking for.

:0)

Perchpole

By Perchpole - June 8, 2015

Claire -

It's worth a look. You really can "email" updates straight to a section on CMSB. It's limited to a subject (title) and text - but it works surprisingly well!

Perch

By hiroko - June 8, 2015

Thank you so much. That is really great to hear.

I already have the unlimited DownloadMail plugin, but I have been missing that part.

Maybe if I setup a few different downloadMail, I can use it as each category, sending posts to different email address?

I'm not sure if this will cause inconvenience when I set up the viewer because I am guessing that I will not be able to use the category menu.

Hiroko

By Dave - June 11, 2015

We've done a few custom "email to post" plugins before.  The tricky bit is dealing with spam, signature footers, quoted text, etc.  But yes, you could have Download Mail get the records into the CMS, and have a simple cron copy them from download mail to your target section automatically.

Dave Edis - Senior Developer
interactivetools.com

By hiroko - June 11, 2015

Oh, I see... I didn't think about spams.

So you can also make the copies of email into a different blog table? That sounds much simple for me to deal with the blog table.

I was thinking of using the Download mail table as a blog table and making a pulldown category list to post manually and show both on the viewer.

 For example, 

'where' => 'category = "news" OR to = "news@example.com"',  something like that ...

But on second thought, this will not allow me to use the Download mail table for other purposes when necessary in the future.

I also can't use   'where' => "category = '".intval(@$_REQUEST['main_category'])."'",. and I have to make each pages.

I'd like to consider about the customize you mentioned. Can I contact from the 'hire us' or support ticket?

Thank you,

Hiroko

By Dave - June 15, 2015

Hi Hiroko,

What you're going to want is a cron plugin that copies records from the download mail table to the blog table.

You can find an example cron plugin here: /cmsb/plugins/cron-example.php

But you'll likely need some custom PHP and MySQL to do the rest.  Feel free to give it a try yourself or contact consulting and they'd be happy to do it for you at: http://www.interactivetools.com/hire-us/

Hope that helps!

Dave Edis - Senior Developer
interactivetools.com

By hiroko - June 17, 2015

Thank you Dave,

I will give it a try and if I need help, I will contact you guys.

Hiroko