This commit is contained in:
wcq 2023-08-15 09:53:26 +08:00
parent ac499eacd6
commit 0ad43ceb65
1 changed files with 1 additions and 1 deletions

View File

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