chatgpt-web-dev / chatgpt-web

A third-party ChatGPT Web UI page built with Express and Vue3, through the official OpenAI completion API. / 用 Express 和 Vue3 搭建的第三方 ChatGPT 前端页面, 基于 OpenAI 官方 completion API.
https://chatgpt-web.dev
MIT License
1.54k stars 437 forks source link

SMTP设置部分能增加一个发件人地址字段吗 #516

Closed chaosye0 closed 1 month ago

chaosye0 commented 2 months ago

SMTP设置部分能增加一个发件人地址字段吗, 有些邮箱服务商使用smtp发件时的身份验证需要的username和发件人地址是不同的.

比如smtp中username 是我的个人gmail邮箱: abc@gmail.com 我想要用的发件人地址是 我的域名邮箱 现在的网站注册发件人显示的是我的个人邮箱:而非域名邮箱