astrosat / django-astrosat-users

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

feat(backend): prevent duplicate cc messages #117

Closed allynt closed 3 years ago

allynt commented 3 years ago

Remove the "to" address from the "cc" & "bcc" addresses in adapter.send_mail to prevent duplicate messages. Also, removed the filter in User.onboard to remove the "to" address since it's done by default now.

This PR closes #114