<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

      <title>Comments on: Reminder email system sends emails only when files have not been received</title>
      <link>http://ask.metafilter.com/63469/Reminder-email-system-sends-emails-only-when-files-have-not-been-received/</link>
      <description>Comments on Ask MetaFilter post Reminder email system sends emails only when files have not been received</description>
	  	  <pubDate>Sun, 27 May 2007 00:02:48 -0800</pubDate>
      <lastBuildDate>Sun, 27 May 2007 00:02:48 -0800</lastBuildDate>
      <language>en-us</language>
	  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
	  <ttl>60</ttl>

<item>
  	<title>Question: Reminder email system sends emails only when files have not been received</title>
  	<link>http://ask.metafilter.com/63469/Reminder-email-system-sends-emails-only-when-files-have-not-been-received</link>	
  	<description>Looking for a web system to automatically send reminder emails to registered clients who don&apos;t submit documents on time. &lt;br /&gt;&lt;br /&gt; Our clients register to visit us a couple of months in advance of actually coming. After they register, we ask them to submit several documents (text or photos), by email. These documents have different deadlines: some must be received a month in advance, some a week, etc.&lt;br&gt;
Currently, as all documents are received by email, we have to keep careful track of who sent what, and also send reminders when documents aren&apos;t submitted on time. This is busywork that we&apos;d prefer not to have to do.&lt;br&gt;
We are looking for an online system that would allow us to register clients and their visit date, then perform the following tasks:&lt;br&gt;
1) allow clients to upload required documents to the website themselves (best: provide a list of required documents to the client, only displaying ones not yet received)&lt;br&gt;
2) track which documents have been uploaded by each client&lt;br&gt;
3) send a reminder email if a client doesn&apos;t upload a required document by the deadline. Ideally, the deadline would be calculated automatically. So, for example, if we register the client as coming on August 15th, and they haven&apos;t uploaded their photo by July 15th, the system will automatically send the client an email requesting the photo.&lt;br&gt;
&lt;br&gt;
I&apos;ve searched as best I can, but a big part of the problem is that I don&apos;t know the terminology - what would this kind of software be called? It&apos;s not exactly CRM, I think, though I may be wrong.&lt;br&gt;
Free software would of course be great, but if there is something that can do exactly what we want, we&apos;d be happy to pay. Something we can install on our own site would be fine, as would a service we can contract with a web company for. Just for reference, we tried Moodle, but it didn&apos;t seem to have the automated email sending capability, or really any reasonable scheduling facility. Any advice much appreciated!</description>
  	<guid isPermaLink="false">post:ask.metafilter.com,2008:site.63469</guid>
  	<pubDate>Sat, 26 May 2007 22:09:55 -0800</pubDate>
  	<dc:creator>bakerybob</dc:creator>
	
	<category>CRM</category>
	
	<category>web</category>
	
	<category>application</category>
	
</item>
<item>
  	<title>By: tmcw</title>
  	<link>http://ask.metafilter.com/63469/Reminder-email-system-sends-emails-only-when-files-have-not-been-received#955275</link>	
  	<description>I find it very hard to imagine doing this without any coding involved (regardless of whether you go the free-software or pay route). That said, it would be a pretty straightfoward web application to build, for any knowledgeable developer. (I could do it.)</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.63469-955275</guid>
  	<pubDate>Sun, 27 May 2007 00:02:48 -0800</pubDate>
  	<dc:creator>tmcw</dc:creator>
</item>
<item>
  	<title>By: Rhomboid</title>
  	<link>http://ask.metafilter.com/63469/Reminder-email-system-sends-emails-only-when-files-have-not-been-received#955316</link>	
  	<description>I agree, someone with experience could bang this out in a day or two in any common web scripting language, assuming that that doesn&apos;t include the time to design the HTML/CSS and text of the email (which would all just be templates that you&apos;d edit yourself.)  You might consider sites like rentacoder.com where you can post your exact requirements and get some quotes.  Not to say that there also isn&apos;t something already existing out there that might also work, but unless there&apos;s some hidden complexity that isn&apos;t apparent in your description, what you want is exceedingly simple to implement with a web scripting language and database.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.63469-955316</guid>
  	<pubDate>Sun, 27 May 2007 01:48:47 -0800</pubDate>
  	<dc:creator>Rhomboid</dc:creator>
</item>
<item>
  	<title>By: amtho</title>
  	<link>http://ask.metafilter.com/63469/Reminder-email-system-sends-emails-only-when-files-have-not-been-received#955427</link>	
  	<description>Be careful -- you can&apos;t really trust e-mail to be 100% reliable, especially now with the evolving anti-spam measures all over the place.  You could have a perfectly fine reminder system, but your clients can easily claim (justifiably) that they never received the reminders.&lt;br&gt;
&lt;br&gt;
You could get around this by sending reminders twice a day or so until the recipient clicks a &amp;quot;received&amp;quot; link (which activates another part of the system).&lt;br&gt;
&lt;br&gt;
I&apos;ve wanted something like this, so I&apos;ve thought about it some.  A lot of non-profits could benefit from something like this, but only if it could really be relied upon.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.63469-955427</guid>
  	<pubDate>Sun, 27 May 2007 07:19:08 -0800</pubDate>
  	<dc:creator>amtho</dc:creator>
</item>
<item>
  	<title>By: amtho</title>
  	<link>http://ask.metafilter.com/63469/Reminder-email-system-sends-emails-only-when-files-have-not-been-received#955428</link>	
  	<description>That said, if you have someone handy who&apos;s comfortable with the Unix command line, &amp;quot;cron&amp;quot; will pretty much do the non-reliable, stripped-down version of what you&apos;re asking for.  You can search online for the documentation.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.63469-955428</guid>
  	<pubDate>Sun, 27 May 2007 07:20:32 -0800</pubDate>
  	<dc:creator>amtho</dc:creator>
</item>
<item>
  	<title>By: special-k</title>
  	<link>http://ask.metafilter.com/63469/Reminder-email-system-sends-emails-only-when-files-have-not-been-received#955524</link>	
  	<description>My suggestion would be to hire someone to write this for you. As Rhomboid said, it will only take a few days to put this togather. You could get this done for &lt; $100   of those sites where coders bid  projects (i can&apos;t remember the names of any). if you&apos;re  a tight budget and have some experience installing php scripts, then you could try to piece something togather from free scripts that are available&gt;
Oh and there isn&apos;t really a particular name for this software.&lt;/&gt;</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.63469-955524</guid>
  	<pubDate>Sun, 27 May 2007 09:57:56 -0800</pubDate>
  	<dc:creator>special-k</dc:creator>
</item>
<item>
  	<title>By: special-k</title>
  	<link>http://ask.metafilter.com/63469/Reminder-email-system-sends-emails-only-when-files-have-not-been-received#955526</link>	
  	<description>bid &lt;i&gt;on&lt;/i&gt; projects.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.63469-955526</guid>
  	<pubDate>Sun, 27 May 2007 09:58:33 -0800</pubDate>
  	<dc:creator>special-k</dc:creator>
</item>

    </channel>
</rss>
