Anybody here familiar with automated email systems? The board and I would like the ability to thank every person who donated last year via PayPal and Moneybookers. Such a system would also need to be used in the future to do the same thing.
Daniel Mayer (aka mav)
__________________________________ Do you Yahoo!? Take Yahoo! Mail with you! Get it on your mobile phone. http://mobile.yahoo.com/maildemo
On Fri, Jan 07, 2005 at 08:19:20PM -0800, Daniel Mayer wrote:
Anybody here familiar with automated email systems? The board and I would like the ability to thank every person who donated last year via PayPal and Moneybookers. Such a system would also need to be used in the future to do the same thing.
What exactly is the issue? I assume you have all the addresses in a flat text file or in the database? If you don't need parallelisation all that's required then is a line of shellcode (while read -r address; do mail -s "Thanks for the dosh!" "$address" < ~/GiveUsMoreMoneyPlease; done < ~/ListOfAddresses). Pull the standard template through sed if you want to personalise things.
On Saturday 08 January 2005 06:19, Daniel Mayer wrote:
Anybody here familiar with automated email systems? The board and I would like the ability to thank every person who donated last year via PayPal and Moneybookers. Such a system would also need to be used in the future to do the same thing.
I personally hate automated emailing. All new members of the Wikinerds Community receive a personal welcome email or message from me, typed by me, and everytime it is a different one. Every person is happy to be unique and this uniqueness must be reaffirmed in every communication.
When I donate to a project I expect not a machine, but a real human to thank me. There are many Wikipedians in your project and I am sure that it is possible to find willing Wikipedians to write short "thank you" messages to the donors. The messages, however, should not be send from the Wikipedians but by an automated software system or a trusted administrator (who will also moderate the messages), for the protection of the donors' privacy.
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
NSK wrote: <snip>
I personally hate automated emailing. All new members of the Wikinerds Community receive a personal welcome email or message from me, typed by me, and everytime it is a different one. Every person is happy to be unique and this uniqueness must be reaffirmed in every communication.
When I donate to a project I expect not a machine, but a real human to thank me. There are many Wikipedians in your project and I am sure that it is possible to find willing Wikipedians to write short "thank you" messages to the donors. The messages, however, should not be send from the Wikipedians but by an automated software system or a trusted administrator (who will also moderate the messages), for the protection of the donors' privacy.
So you are volunteer to moderate emails ...
Manually sending emails to hundred of people is clearly not an option.
- -- Ashar Voultoiz - WP++++ http://en.wikipedia.org/wiki/User:Hashar Servers in trouble ? noc (at) wikimedia (dot) org "This signature is a virus. Copy me in yours to spread it."
wikitech-l@lists.wikimedia.org