Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
Chris #1
Blogging via email
How do we make CF do what blogger.com does in putting up new blog listings
simply by posting an email to a particular adddress?
Is there a way to have CF look for a new email every x minutes or so and
then act upon it?
I know that is a very broad (basic) breakdown of what needs to be done - but
it could be that simple.
Thank you
Chris
--
Chris Luksha
Echo Web Services
Making Your Website Resound
[url]www.echowebservices.com[/url]
Chris Guest
-
Blogging Engines and Servers
I'm new to the blogging feature of Contribute and have to set up a blogging server as well. Can anyone recommend a good Blogging server for... -
Dreamweaver Extension for Blogging
Google recently released a addin for Microsoft Word that allows bloggers to post directly from the Word interface. Does such an extension exist... -
Integrating Flash and AtomAPI for Blogging
Hi, I have recently been interesting in blogging and have decided to create a web blog. What I would like to do, though, is incorporate the... -
Blogging
Hello, You can also try building your own blog. Here is a tutorial to help you how to do this: ... -
Blogging community
Hi, I am trying to start a(nother) blogging community site. I plan on doing this in PHP as ths is the language that i am most familiar with but i... -
rogben #2
Re: Blogging via email
'Is there a way to have CF look for a new email every x minutes or so and
then act upon it?'
Sure... cfschedule.
rogben Guest
-
mpwoodward *TMM* #3
Re: Blogging via email
Chris wrote:
CF itself can't receive mail (there was another thread about this> How do we make CF do what blogger.com does in putting up new blog listings
> simply by posting an email to a particular adddress?
>
> Is there a way to have CF look for a new email every x minutes or so and
> then act upon it?
>
> I know that is a very broad (basic) breakdown of what needs to be done - but
> it could be that simple.
>
> Thank you
> Chris
>
recently) but using cfpop and cfschedule you could have CF retrieve
email from an inbox every few minutes, then parse the contents of the
email and insert the contents into a database or whatever you would need
to do to get the blog content where it needs to be.
Matt
--
Matt Woodward
Team Macromedia - ColdFusion
mpwoodward *TMM* Guest
-
Chris #4
Re: Blogging via email
Cfschedule requires you have access to the server yes? My host is not yet
allowing it because he is afraid of what everyone will do with it. :)
--
Chris Luksha
Echo Web Services
Making Your Website Resound
[url]www.echowebservices.com[/url]
"mpwoodward *TMM*" <mpwoodward@gmail.com> wrote in message
news:d38chp$4ns$2@forums.macromedia.com...> Chris wrote:>>> How do we make CF do what blogger.com does in putting up new blog
>> listings simply by posting an email to a particular adddress?
>>
>> Is there a way to have CF look for a new email every x minutes or so and
>> then act upon it?
>>
>> I know that is a very broad (basic) breakdown of what needs to be done -
>> but it could be that simple.
>>
>> Thank you
>> Chris
>>
> CF itself can't receive mail (there was another thread about this
> recently) but using cfpop and cfschedule you could have CF retrieve email
> from an inbox every few minutes, then parse the contents of the email and
> insert the contents into a database or whatever you would need to do to
> get the blog content where it needs to be.
>
> Matt
>
> --
> Matt Woodward
> Team Macromedia - ColdFusion
Chris Guest
-
rogben #5
Re: Blogging via email
'Cfschedule requires you have access to the server yes?' No, since it's just a
tag. However, your host can certainly disable it. So if cfschedule is out,
time to fall back on a kludge. Use a scheduler on your desktop to fire up wget
or cURL and have it request your mail-fetcher every X number of minutes.
rogben Guest



Reply With Quote

