Skip to content

Commit

Permalink
update html mail function name
Browse files Browse the repository at this point in the history
  • Loading branch information
skandrigi committed Nov 29, 2024
1 parent fc6265c commit 9a2086a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hiss/shared/admin_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from django.core.mail import get_connection, EmailMultiAlternatives

@shared_task
def send_mass_html_mail_task(datatuple, fail_silently=False, user=None, password=None):
def send_mass_html_mail(datatuple, fail_silently=False, user=None, password=None):
"""
Celery task to send multiple HTML emails given a datatuple of
(subject, text_content, html_content, from_email, recipient_list).
Expand Down

0 comments on commit 9a2086a

Please sign in to comment.