simulation-backend/target/classes/config/mail.setting
2025-09-13 15:57:13 +08:00

34 lines
1.2 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

host = smtp.qq.com
port = 465
from = 793041715@qq.com
pass = nrjuvdgwfllvbfcj
sslEnable = true
#完整配置
## 邮件服务器的SMTP地址
#host = smtp.yeah.net
## 邮件服务器的SMTP端口
#port = 465
## 发件人(必须正确,否则发送失败)
#from = hutool@yeah.net
## 用户名注意如果使用foxmail邮箱此处user为qq号
#user = hutool
## 密码注意某些邮箱需要为SMTP服务单独设置密码详情查看相关帮助
#pass = q1w2e3
##使用 STARTTLS安全连接STARTTLS是对纯文本通信协议的扩展。
#starttlsEnable = true
#
## 使用SSL安全连接
#sslEnable = true
## 指定实现javax.net.SocketFactory接口的类的名称,这个类将被用于创建SMTP的套接字
#socketFactoryClass = javax.net.ssl.SSLSocketFactory
## 如果设置为true,未能创建一个套接字使用指定的套接字工厂类将导致使用java.net.Socket创建的套接字类, 默认值为true
#socketFactoryFallback = true
## 指定的端口连接到在使用指定的套接字工厂。如果没有设置,将使用默认端口456
#socketFactoryPort = 465
#
## SMTP超时时长单位毫秒缺省值不超时
#timeout = 0
## Socket连接超时值单位毫秒缺省值不超时
#connectionTimeout = 0