# issue-mail-sender **Repository Path**: openharmony-mts/issue-mail-sender ## Basic Information - **Project Name**: issue-mail-sender - **Description**: issue-mail-sender - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 3 - **Created**: 2022-05-16 - **Last Updated**: 2023-08-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 使用方法: 1. 按照issue-mail-sender.js中的注释进行配置 2. 安装nodejs`sudo apt install nodejs` 3. 安装npm`sudo apt install npm` 4. 配置npm镜像`npm config set registry https://repo.huaweicloud.com/repository/npm/` 5. 清理npm缓存`npm cache clean -f` 6. 克隆代码`git clone https://gitee.com/aqxyjay/issue-mail-sender.git` 7. 进入issue-mail-sender目录`cd issue-mail-sender` 8. 初始化Package`npm install` 9. 启动服务`npm run run` 输出如下内容,启动成功 ``` xxxx cron started, waiting to schedule to execute ``` 目前可在外网部署,如需在黄区部署,需要配置代理,可参考: https://www.jianshu.com/p/63d70a93a401