ambitioninc / django-entity-emailer

:mailbox: Send email to Entities.
MIT License
8 stars 8 forks source link

Multiple recipients in an email #20

Closed wesleykendall closed 9 years ago

wesleykendall commented 9 years ago

@Wilduck , this PR depends on https://github.com/ambitioninc/django-entity-emailer/pull/19 being merged.

This PR adds a recipients many to many field in place of the send_to field in the email, providing more flexibility in sending out the same email to various entities and groups of entities.

Migrations were created and docs and tests were updated. Please review

swans-one commented 9 years ago

This looks good to me. Nice clean change.

swans-one commented 9 years ago

screen shot 2014-12-04 at 10 37 00 am