# ufi-message **Repository Path**: sunspring/ufi-message ## Basic Information - **Project Name**: ufi-message - **Description**: 使用mmcli收发短信的脚本 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 6 - **Created**: 2022-07-12 - **Last Updated**: 2022-07-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 使用转发前请补全smtp.py开头的smtp信息 python3 msg.py add 861234567890 text 添加发送到1234567890的内容为text的短信到暂存区 python3 msg.py send 将所有暂存区的短信发送 python3 msg.py clean 清除本地所有短信(暂存,已发送,接收) python3 msg.py forward 将所有接收到的短信通过smtp邮件转发