I am new to django and have been working on a project where i need to send regular mails to my clients from different modules in my django project.
I wanted to know if there is any provision in django using which i can create a reusable component which can be used globally in my project.
The purpose is to create a mail sending function using a third party api and to call it from anywhere in my application just by passing the required parameters.