Java 定时发送邮件

1.开启SMTP

        登录要发送邮件的邮箱,进入设置开启SMTP服务,并且拿到标识码。

2.添加依赖

     
        
            org.apache.httpcomponents
            httpclient
            4.5.12
        
         
        
            org.springframework.boot
            spring-boot-starter-mail
            2.4.3
        

        
         
            
                org.springframework.boot
                spring-boot-maven-plugin
                
                    true
     

你可能感兴趣的:(java,sql,linq)