fix: update default admin email fallback address #44
@ -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