Compare commits
No commits in common. "488271489eae4e62629002a33cca04e7529e6d94" and "94fa7c97d79010be5250ff04f8b4bd26785e0ad4" have entirely different histories.
488271489e
...
94fa7c97d7
@ -17,7 +17,7 @@ class EmailService:
|
|||||||
|
|
||||||
html_message = render_to_string('emails/admin_notification.html', context)
|
html_message = render_to_string('emails/admin_notification.html', context)
|
||||||
|
|
||||||
admin_email = getattr(settings, 'ADMIN_EMAIL', 'admin@attunehearttherapy.com')
|
admin_email = getattr(settings, 'ADMIN_EMAIL', 'hello@attunehearttherapy.com')
|
||||||
|
|
||||||
try:
|
try:
|
||||||
email = EmailMultiAlternatives(
|
email = EmailMultiAlternatives(
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user