全球主机交流论坛

 找回密码
 注册

QQ登录

只需一步,快速开始

IP归属甄别会员请立即修改密码
查看: 546|回复: 3
打印 上一主题 下一主题

有没有搭建chatwoot并使用的老哥

[复制链接]
跳转到指定楼层
1#
发表于 2025-2-11 12:08:19 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
请教个问题,我搭建好了,目前唯一的缺点就是邮件功能无法使用,在收件箱添加了smtp和imap,imap都可以接收到邮箱,但是测试消息的时候将聊天记录发送给用户邮箱显示发送成功实际没有发送,请问这是什么情况,大佬你们是怎么做的呢?
我搭建chatwoot的服务器上rn的劳动节服务器,这个的发件端口是开通的吧?和部署服务器没有关系吧?有没有懂哥!
3#
发表于 2025-2-11 21:35:19 | 只看该作者
可以试一下这段不带SSL的SMTP发信配置 我测试都是正常收到的

# The email from which all outgoing emails are sent
# could user either  [email protected] or BrandName <[email protected]>
MAILER_SENDER_EMAIL=客服系统 <[email protected]>
#SMTP domain key is set up for HELO checking
SMTP_DOMAIN=yourdomain.com
# Set the value to "mailhog" if using docker-compose for development environments,
# Set the value as "localhost" or your SMTP address in other environments
# If SMTP_ADDRESS is empty, Chatwoot would try to use sendmail(postfix)
SMTP_ADDRESS=
SMTP_PORT=
SMTP_USERNAME=
SMTP_PASSWORD=
# plain,login,cram_md5
SMTP_AUTHENTICATION=login
SMTP_ENABLE_STARTTLS_AUTO=true
# Can be: 'none', 'peer', 'client_once', 'fail_if_no_peer_cert', see http://api.rubyonrails.org/classes/ActionMailer/Base.html
SMTP_OPENSSL_VERIFY_MODE=peer
# Comment out the following environment variables if required by your SMTP server
SMTP_TLS=false
SMTP_SSL=false
# SMTP_OPEN_TIMEOUT
# SMTP_READ_TIMEOUT
4#
 楼主| 发表于 2025-2-12 15:35:35 | 只看该作者
乖.含住 发表于 2025-2-11 21:35
可以试一下这段不带SSL的SMTP发信配置 我测试都是正常收到的

# The email from which all outgoing emails ...

怎么联系,老哥,请教下
您需要登录后才可以回帖 登录 | 注册

本版积分规则

Archiver|手机版|小黑屋|全球主机交流论坛

GMT+8, 2025-11-14 12:34 , Processed in 0.058799 second(s), 10 queries , Gzip On, MemCache On.

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表