# send-mail **Repository Path**: doraemonhc/send-mail ## Basic Information - **Project Name**: send-mail - **Description**: 这是一个发送附件的程序,需要安装Node18或以上环境 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-12-17 - **Last Updated**: 2026-02-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 多线程发送邮件附件 ## 本地开发: 1. 克隆代码到本地 ``` shell git clone https://gitee.com/doraemonhc/send-mail.git ``` 2. 安装依赖 ``` shell npm i ``` 3. 修改.env文件 ``` shell EMAIL_HOST=smtp.qq.com #服务器地址 EMAIL_PORT=587 #服务器端口 EMAIL_SECURE=false EMAIL_USER= #发件人邮箱地址 EMAIL_PASS= #密码/授权码 ``` 4. 启动 ``` shell npm run dev #启动前端 npm run serve #启动后端 ``` ### 下载发行版 https://gitee.com/doraemonhc/send-mail/releases/tag/v1.0