GZTimeWalker/GZCTF

sendemail error

Closed this issue · 2 comments

师傅好,很喜欢您团队做的平台

在搭建过程中,我运行了一下命令:
docker pull ghcr.io/gztimewalker/gzctf/gzctf:latest
docker-compose up

平台运行正常,但是在邮件验证时,报了下面的错误:
image

您看怎么解决

我的平台是ubuntu20.04LTS

我的配置文件:

{
    "AllowedHosts": "*",
    "ConnectionStrings": {
      "Database": "Host=db:5432;Database=gzctf;Username=postgres;Password=Fyjd0HtrL00QD555W1b6WLKbLl62cHT0",
    },
    "Logging": {
      "LogLevel": {
        "Default": "Information",
        "Microsoft": "Warning",
        "Microsoft.Hosting.Lifetime": "Information"
      }
    },
    "EmailConfig": {
      "SendMailAddress": "",
      "UserName": "",
      "Password": "",
      "Smtp": {
        "Host": "localhost",
        "Port": 587
      }
    },
    "XorKey": "Q22yg09A91YWm1GsOf9VIMiw",
    "ContainerProvider": {
      "Type": "Docker", // or "Kubernetes"
      "PublicEntry": "ctf.example.com", // or "xxx.xxx.xxx.xxx"

    },
    "DisableRateLimit": false,
    "RegistryConfig": {
      "UserName": "",
      "Password": "",
      "ServerAddress": ""
    },
    "GoogleRecaptcha": {
      "VerifyAPIAddress": "https://www.recaptcha.net/recaptcha/api/siteverify",
      "Sitekey": "",
      "Secretkey": "",
      "RecaptchaThreshold": "0.5"
    }
}

问题已解决,配置文件里配置服务器没有配置正确