修改邮件地址

This commit is contained in:
wcq 2023-09-04 16:47:30 +08:00
parent 58754b188b
commit 3f0118e480
1 changed files with 2 additions and 2 deletions

View File

@ -11,8 +11,8 @@ def email_check(email: str):
return re.match(reg, email)
def send_email(title: str, email: str, msg_body: str, email_api="http://116.63.130.34:30001",
sender="fecribd@fecr.com.cn"):
def send_email(title: str, email: str, msg_body: str, email_api="http://email_api:30001",
sender="dogbillions@163.com"):
headers = {"Content-Type": "application/json;charset=UTF-8"}
data = {
"title": title,