Django HttpResponse tutorial shows how to send string data with HttpResponse in Django.
Django JsonResponse tutorial shows how to send JSON data with JsonResponse in Django.
Django send email tutorial shows how to send emails in Django. In the tutorial we use the Mailtrap service.
Django FileResponse tutorial shows how to send a file with FileResponse in Django.