How to Install and Uninstall python3-django-anymail Package on Kali Linux

Last updated: May 21,2024

1. Install "python3-django-anymail" package

This tutorial shows how to install python3-django-anymail on Kali Linux

$ sudo apt update $ sudo apt install python3-django-anymail

2. Uninstall "python3-django-anymail" package

This guide covers the steps necessary to uninstall python3-django-anymail on Kali Linux:

$ sudo apt remove python3-django-anymail $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-django-anymail package on Kali Linux

Package: python3-django-anymail
Source: django-anymail
Version: 10.2-1
Installed-Size: 431
Maintainer: Debian QA Group
Architecture: all
Depends: python3-django, python3-requests, python3-urllib3, python3:any
Suggests: python3-sparkpost, python3-boto3, python3-cryptography
Size: 79208
SHA256: 1e0cac6faf8f56597db022851eb4efd651685f07f88b17f14422a3c044cd1708
SHA1: 7c8a0571c285c3f2de9a5b1ef260253cc8175a7d
MD5sum: 375d95b1f8526c8dae1da17d18bf96e2
Description: Django email backend for multiple ESPs (Python 3)
Anymail integrates several transactional email service providers (ESPs) into
Django, with a consistent API that lets you use ESP-added features without
locking your code to a particular ESP.
.
It currently fully supports Amazon SES (requires python3-boto3), MailerSend,
Mailgun, Mailjet, Mandrill (MailChimp transactional), Postal (self-hosted
ESP, requires python3-cryptography), Postmark, SendinBlue, SendGrid, and
SparkPost.
.
Anymail normalizes ESP functionality so it "just works" with Django's
built-in `django.core.mail` package. It includes:
.
* Support for HTML, attachments, extra headers, and other features of
Django's built-in email
* Extensions that make it easy to use extra ESP functionality, like tags,
metadata, and tracking, with code that's portable between ESPs
* Simplified inline images for HTML email
* Normalized sent-message status and tracking notification, by connecting
your ESP's webhooks to Django signals
* "Batch transactional" sends using your ESP's merge and template features
.
This is the Python 3 version of the package.
Description-md5:
Homepage: https://github.com/anymail/django-anymail
Section: python
Priority: optional
Filename: pool/main/d/django-anymail/python3-django-anymail_10.2-1_all.deb