-
Is it possable to email news or an update to your site?
All right, so I have no idea if this is even possible, but I was wondering if there is any way to compose and email, send it to a specified email address and have a script/program/whatever receive that email and update a website based on the contents of that email.
Here’s the issue, I’ve got a client who wants to be able to add new items to a page, but doesn’t know anything about HTML, FTPing, etc (and doesn’t want to learn). So, what I need is a way for him to add an item, with a separate body and subject that can show up in several places. I’d like him to be able to do something like this:
1. Client sends email with the Subject “Today we started filming!” and the body of the email contains “On April 13th, 2008, we started filming our big movie. Hooray!”
2. The program/script/whatever extracts the subject and puts “Today we started filming!” on it’s own line under a “NEWS” heading on the front page of the web site.
3. The program/script/whatever then extracts the subject and body of the email and adds an entry to the news page with a header reading “Today we started filming!” and the message “On April 13th, 2008, we started filming our big movie. Hooray!” below that heading.
If the email option is unrealistic, then is there some sort of blogging solution that might work for this? Ideally, I would not like to require the client to use a blogging site or software, but if that’s the way it has to be, then that’s the way it has to be. The important factors are that the solution be able to place content on several different pages and that everything looks consistent with the rest of the page. And most important of all is that it must be very easy for the client.
Thanks in advance for any help you can offer!