Metadata-Version: 2.4
Name: blemli-mail
Version: 0.0.4
Summary: quickly send a mail to problemli (or to someone else)
Project-URL: Homepage, https://github.com/blemli/blemli_mail
Project-URL: Issues, https://github.com/blemli/blemli_mail/issues
Author-email: Problemli GmbH <info@problem.li>
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Requires-Dist: icecream>=2.1.3
Requires-Dist: python-dotenv>=1.0.1
Description-Content-Type: text/markdown

# blemli_mail
quickly send a mail to problemli (or someone else)

## usage
easy:
```python
import blemli_mail
blemli_mail.send("message")
```

or fancy:
```python
import blemli_mail
blemli_mail.send("message",subject="Testmail", level="INFO",recipient="xyz@abc.com")
```