Skip to content

Commit

Permalink
Update service.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hossainchisty authored Jan 19, 2022
1 parent dbfcd9a commit 42c5f62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion customers/utils/service.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ def send_welcome_mail(request, user):
to=[request.user.customer.email],
)
mail.content_subtype = "HTML"
mail.send()
EmailThread(mail).start()
return None

0 comments on commit 42c5f62

Please sign in to comment.