Open imsheldon opened 4 years ago
Hi @imsheldon you can provide your own templates following this guide.
This setting is the path of a function that will receive the email sending function and its args, so you can make it async code if you want. You do not need to send emails inside it, just call the function with the args.
Hi,
I want to use
django-templated-email
to send emails from my app. I was looking at the documentation and found'EMAIL_ASYNC_TASK': 'config.email.graphql_auth_async_email'
this setting. I am not sure if I can use this to send email using the packagedjango-templated-email
.