{{define "settings"}} 设置 - MailGo {{template "styles" .}} {{template "navbar" .}}
{{template "sidebar" .}}
{{if .error}}
{{.error}}
{{end}} {{if .success}}
{{.success}}
{{end}} {{if .mustChange}}
⚠️ 首次登录/密码已被重置,请立即修改密码后再继续使用邮箱功能。
{{end}}

账号信息

{{initial .currentUser.Username}}
{{.currentUser.Username}}@{{.currentUser.Domain.Name}}
已用 {{formatBytes .currentUser.UsedBytes}} / 配额 {{formatBytes .currentUser.QuotaBytes}} {{if .currentUser.IsAdmin}} · 管理员{{end}}

修改密码

帮助

客户端收发信(IMAP / SMTP)配置:
IMAP 服务器:{{.currentUser.Domain.Name}} 端口 143 / SSL 993
SMTP 服务器:{{.currentUser.Domain.Name}} 端口 587(提交)/ SSL 465

{{end}}