Re: Send Mail Group Select from Employee Model

2013-06-10 Thread Karen Tracey
Please ask questions about using Django on django-users. The topic of this
list is the development of Django itself.

Thanks,
Karen

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




Send Mail Group Select from Employee Model

2013-06-10 Thread Babu Natarajan
Have contact list model with foreign key group model would like to send 
mail to selective groups and group should be owned by authenticated user.

example : 
Item 1  - Group1
item 2  - Group1
Item 3  - Group1
Item 4  - Group2
Item 5  - Group2
Item 6  - Group2

In template I need to have subject, message, group selection in CheckBox.

Any suggestoins ?

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