Compare commits
2 Commits
94fa7c97d7
...
488271489e
| Author | SHA1 | Date | |
|---|---|---|---|
| 488271489e | |||
| 9ebfa76d6a |
@ -17,7 +17,7 @@ class EmailService:
|
||||
|
||||
html_message = render_to_string('emails/admin_notification.html', context)
|
||||
|
||||
admin_email = getattr(settings, 'ADMIN_EMAIL', 'hello@attunehearttherapy.com')
|
||||
admin_email = getattr(settings, 'ADMIN_EMAIL', 'admin@attunehearttherapy.com')
|
||||
|
||||
try:
|
||||
email = EmailMultiAlternatives(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user