Communicating with a group via text and email?
November 13, 2008 2:42 PM Subscribe
Communicating with a group via text and email? How can a group of 7 communicate via text and email. 3 are email only, 4 are text only, the idea is any member can send a single text or email which is delivered to all 7 as an email or text as appropriate. Does this exist? Alternate suggestions welcome.
To make it more complex, everyone has different email and phone services (and won't/can't change), and most are not techie enough to send an email from their phone. UK based if relevant.
posted by zingzangzung to technology (7 answers total)
Using a SQL Server database interacting with a web service to send & receive text messages. Building a VB Macro over Outlook to receive/log emails, and the xpsendmail function to send plain text emails.
Add a user setup table to hold people's preferences & have a couple of Stored Procedures over the top to manage all the workflow.
Easy enough conceptually. Find someone close by with database & application development skills.
posted by MatJ at 3:04 PM on November 13, 2008