# aclib.emails **Repository Path**: anschaser/aclib.emails ## Basic Information - **Project Name**: aclib.emails - **Description**: email sender & recver - **Primary Language**: Python - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-06-13 - **Last Updated**: 2023-09-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Installation pip install aclib.emails # Usage ``` python from aclib.emails import Recver, Sender, Server, User, Mail ```