# springboot邮件 **Repository Path**: qq921124136/springboot-mail ## Basic Information - **Project Name**: springboot邮件 - **Description**: springboot邮件 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-02-08 - **Last Updated**: 2023-05-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: Java ## README springboot 邮件发送demo **配置文件** spring.mail.host=smtp.qq.com 邮箱地址 spring.mail.username=********@qq.com 邮箱授权码 spring.mail.password=*********** spring.mail.properties.mail.smtp.auth=true spring.mail.properties.mail.smtp.starttls.enable=true spring.mail.properties.mail.smtp.starttls.required=true spring.mail.default-encoding=UTF-8