search for: email_events

Displaying 1 result from an estimated 1 matches for "email_events".

2005 Dec 23
1
Emails that get sent out on various site actions
...et 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, when a user registers, it looks up the ''User_Registration'' key in email_events and sends emails out to all the email addresses. I haven''t done much work with email handling in Rails, so I don'&...