# MailHelper **Repository Path**: Lebrancebw/MailHelper ## Basic Information - **Project Name**: MailHelper - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-25 - **Last Updated**: 2020-12-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 发送邮件的脚本 ## 安装 ```bash sudo apt install python3-pip -y sudo pip3 install yagmail sudo wget -O /usr/local/bin/mailhelper https://gitee.com/Lebrancebw/MailHelper/raw/master/mailhelper sudo chmod +x /usr/local/bin/mailhelper ``` ## 使用 ```bash # 配置 mailhelper -c # 发送 mailhelper Message ```