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 claire - June 8, 2015

Hi Perch - thanks, I wasn't aware of that particular plugin, and I missed it in the reference list I have here. I'll take a look and see what we can do.

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

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

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 hiroko - June 17, 2015

Thank you Dave,

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

Hiroko