diff options
| author | Bobby <[email protected]> | 2023-07-13 16:22:38 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2023-07-13 16:22:38 -0400 |
| commit | 0016ebebabc2783fb9363646c9beb99172ba19e2 (patch) | |
| tree | 723c3e74cdcaa78946297b5e5865714a50988762 /users/forms.py | |
| parent | c9c0ee4e963e79910dd347c8adc4418ae818690a (diff) | |
| download | thatcomputerscientist-0016ebebabc2783fb9363646c9beb99172ba19e2.tar.xz thatcomputerscientist-0016ebebabc2783fb9363646c9beb99172ba19e2.zip | |
More branding updates
Diffstat (limited to 'users/forms.py')
| -rw-r--r-- | users/forms.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/forms.py b/users/forms.py index a78b26f5..e618cec8 100644 --- a/users/forms.py +++ b/users/forms.py @@ -102,7 +102,7 @@ class RegisterForm(forms.Form): 'domain': request.get_host(), }) message = strip_tags(message) - # send_mail(subject, message, 'That Computer Scientist <' + settings.EMAIL_HOST_USER + '>', [user.email], fail_silently=False) + # send_mail(subject, message, 'Shifoo <' + settings.EMAIL_HOST_USER + '>', [user.email], fail_silently=False) if (send_email(sender='[email protected]', sender_name='Shifoo', recipient=user.email, subject=subject, body_html=message, body_text=message)): return user else: |
