How to send email with pdf attachment using python Django?

I want to send an email with an invoice to the user after the payment process. How can I do it with Django. I tried a few codes but it is not working.

Back to Top