# notify_backend **Repository Path**: caimengzhi/notify ## Basic Information - **Project Name**: notify_backend - **Description**: 消息推送平台 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-10-26 - **Last Updated**: 2025-11-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 1. 邮件 ```aiignore 127.0.0.1:8000/email/push/ POST body { "to": "610658552@qq.com", "subject": "主题:测试邮件111", "contents": "正文:测试邮件正文111" } rsp - success { "status": "success" } - error { "status": "error", "message": "发送失败: 邮件发送失败: (535, b'Error: authentication failed')" } ``` ## 2. 邮箱