yagmail
Package — EmailPython 3.7+Intermediate
Simple Gmail/SMTP sending with attachments
Quick Info
- Documentation
- Official Docs
- Python Version
- 3.7+
- Dependencies
- premailer, keyring
- Install
pip install yagmail
Learn by Difficulty
Quick Example
python
# Install: pip install yagmail import yagmail # Basic yagmail usage print(f"Using yagmail") # See documentation for detailed examples
yagmail is a third-party package. Simple Gmail/SMTP sending with attachments. Install with: pip install yagmail
Try in PlaygroundTags
packageemailmessagingcommunication