emails
Package — EmailPython 3.7+Intermediate
Modern email sending library with HTML templates
Quick Info
- Documentation
- Official Docs
- Python Version
- 3.7+
- Dependencies
- cssutils, lxml, premailer, python-dateutil
- Install
pip install emails
Learn by Difficulty
Quick Example
python
# Install: pip install emails import emails # Basic emails usage print(f"Using emails") # See documentation for detailed examples
emails is a third-party package. Modern email sending library with HTML templates. Install with: pip install emails
Try in PlaygroundTags
packageemailmessagingcommunication