# mymail **Repository Path**: hwf0274/mymail ## Basic Information - **Project Name**: mymail - **Description**: No description available - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-05-13 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # mymail #### 介绍 主要实现邮件发送,通过配置文件可以设置发件邮箱,接收人,抄送人,附件,外网代理发送 #### 软件架构 编译为可执行jar包,xml配置文件作为配置项 #### 使用说明 1. 打包为jar包 2. jar包目录下存放xml的文件 3. java -jar 程序.jar即可运行 #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request