Let us handle the boring stuff!
This extension provides an interface to a message queue. This can be either a task queue style or pub-sub style queue.
Install using pip:
pip install pyApp-aiomq
Install using pipenv:
pip install pyApp-aiomq
Add the MESSAGE_QUEUE block into your runtime settings file:
MESSAGE_QUEUE = { "default": (" "host": "localhost", } }
pyapp_ext.smtp.get_client() -> SMTP
Get named SMTP instance.