astrosat / django-astrosat-users

Common backend library for Astrosat projects' user management
GNU General Public License v3.0
2 stars 0 forks source link

prevent duplicates in CC during adpater.send_mail #114

Closed allynt closed 3 years ago

allynt commented 3 years ago

Describe the feature

Sometimes a notification email can be sent by a user that is already a manager of a customer. In this case, there is no need for the cc argument to include the to value.

Additional context

Once I do that, I can remove the extra code in the onboard function.

allynt commented 3 years ago

The relevant code is: