I'm in the process of coding the logic to send email through the
send_mail package of Django. My question is what's the best way to
support sending an email to multiple recipients? I had thought of
using a text box to enter each address individually and then having a
button click call a javascript function to concatenate the current
address input to the recipient list which it builds. But never having
done this before I thought I would ask if there was a better way that
I maybe hadn't thought of. Thanks for the help.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to