search for: lbmyudmh58

Displaying 2 results from an estimated 2 matches for "lbmyudmh58".

2005 Dec 23
1
Emails that get sent out on various site actions
..."events" that emails should be sent out on. Example: user registers with site, or a user takes a test. And I want the admin user to be able to configure what email addresses should receieve the emails that get sent out on the events. Example: joe-TIA8ZjFfG1I@public.gmane.org and jane-+LBmYUDmh58@public.gmane.org get an email when a user registers, and jim-ZTdYKjDxrzcAvxtiuMwx3w@public.gmane.org gets an email when a user takes a test. Any advice? My initial approach would be to create a table called email_events: id key email_addresses (comma-deliminated list of addresses) And then, whe...
2007 Dec 29
0
(unknown)
...s through a list of work. For instance, assume a "./jobs/bulkmail" job resembling STDIN.each do |line| address = line.strip mail_message_to address end then you could stdin = [ "foo-+RB1Aph5k6s@public.gmane.org", "bar-+LBmYUDmh58@public.gmane.org", "ara.t.howard-kPLGYEiIRz7kRp/T+dgDygC/G2K4zDHf@public.gmane.org", ] Bj.submit "./script/runner ./jobs/bulkmail", :stdin => stdin and all those emails would be sent in the background. Bj''s power is putting jobs in the...