mirror of
https://gitee.com/xiaonuobase/snowy.git
synced 2025-12-26 07:56:43 +08:00
本地邮件发送失败 [修复] 更换依赖 来源hutool官网
This commit is contained in:
parent
0b05df4f93
commit
87145eebca
4
pom.xml
4
pom.xml
@ -325,8 +325,8 @@
|
||||
<!--java邮件sdk-->
|
||||
<dependency>
|
||||
<groupId>com.sun.mail</groupId>
|
||||
<artifactId>jakarta.mail</artifactId>
|
||||
<version>2.0.1</version>
|
||||
<artifactId>javax.mail</artifactId>
|
||||
<version>1.5.4</version>
|
||||
</dependency>
|
||||
|
||||
<!--阿里云邮件sdk-->
|
||||
|
||||
@ -48,7 +48,7 @@
|
||||
<!--java邮件sdk-->
|
||||
<dependency>
|
||||
<groupId>com.sun.mail</groupId>
|
||||
<artifactId>jakarta.mail</artifactId>
|
||||
<artifactId>javax.mail</artifactId>
|
||||
</dependency>
|
||||
|
||||
<!--阿里云邮件sdk-->
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user