# huha-email **Repository Path**: huhaCode/huha-email ## Basic Information - **Project Name**: huha-email - **Description**: No description available - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-09-30 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # huha-email *** 使用手册: 1. 在项目的配置文件(xxx.properties)内添加对应的常量配置 ``` ################## 发送邮箱配置 ##################### account = zhime@chinasunfun.com pass = 1qaz@WSX getproper = {"host":"pop.exmail.qq.com","port":"995","sslEnable":true,"transport":"pop3"} sendproper = {"host":"smtp.exmail.qq.com","port":"465","sslEnable":true,"transport":"smtp"} ############################################################# ``` 2. 在Spring的 ApplicationContent.xml 加入 emailService的注入 ```xml ``` 3. 在生产环境下,如果遇到高并发的业务场景需要加入 如:阻塞队列 的机制。