How can I make my email class into an alternate reality game for my students?
June 1, 2011 10:52 AM Subscribe
How can I make my email class into an alternate reality game for my students?
I have a rough concept of what I'd like to do, but I'm not sure how to execute it. I'm going to be teaching a class to people here in my organization about how to use our new webmail system. I want to build a light alternate reality game to teach the concepts like attaching files, replying, forwarding, and so on. I want to setup some email addresses that look for certain things (e.g. correct file is attached to email, email is a reply, etc.) and auto-reply based on that input.
What's the best way to do this? I thought I might be able to do it with just my email client and some clever filters, but that doesn't really seem to be a robust solution. I have some light programming experience (JavaScript, VB, starting to learn Python). I can devote some time, but I'm looking not to spend 100 hours on it.
Also, if you have any ideas for elements to include in my game, post those too!
posted by raddevon to computers & internet (5 answers total) 2 users marked this as a favorite
There are modules to look for MIME attachments, it's easy to look for phrases within email bodies or headers, and you can do all sorts of fancy stuff with that.
posted by straw at 10:59 AM on June 1, 2011