smtp_tester / utils.py
admin
replace
96c94a7
raw
history blame
150 Bytes
import os
EN_US = os.getenv("LANG") != "zh_CN.UTF-8"
API_SMTP = os.getenv("api_smtp")
if not API_SMTP:
print("请检查环境变量")
exit()