You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Ruby on Rails: Talk
In my app, I've got products that a user can subscribe to emails
updates...when somebody updates the product's attributes, they get an
email.
My question is how do I deliver that email so that all the user's
email addresses are NOT in the "TO:" line, only the individual's email
address? I'm currently sending my mailer an array of email
addresses. Is that bad form? Should I instead loop over each user
subscribed to email alerts and call my mailer once for each user?
That seems like bad practice...
Thanks for any advice.
Greg Donald
unread,
Nov 24, 2009, 5:34:34 PM11/24/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rubyonra...@googlegroups.com
This is what Bcc: is for.. populating the envelope without the users
knowing about each other.