打开/关闭搜索
搜索
打开/关闭菜单
通知
打开/关闭个人菜单
Mediawiki/SMTP:修订历史
帮助
来自OSSmedia
查看
阅读
查看源代码
查看历史
associated-pages
页面
讨论
更多操作
查看该页面的日志
(
查看滥用日志
)
筛选修订版本
展开
折叠
截止日期:
标签
过滤器:
wikieditor(隐藏的标签)
可视化编辑
可视化编辑:已切换
回退
已被回退
手工回退
撤销
新重定向
清空
反选
显示版本
差异选择:选中要对比的版本的单选按钮,按Enter键或下方的按钮。
说明:
(当前)
=与最后版本之间的差异,
(之前)
=与上一版本之间的差异,
小
=小编辑。
2024年2月29日 (星期四)
当前
之前
10:17
2024年2月29日 (四) 10:17
Brucekomike
讨论
贡献
882字节
+882
创建页面,内容为“添加如下配置,记得username要与前面的password sender 一样<syntaxhighlight lang="php"> $wgSMTP = [ 'host' => 'mail.example.com', // could also be an IP address. Where the SMTP server is located. If using SSL or TLS, add the prefix "ssl://" or "tls://". 'IDHost' => 'example.com', // Generally this will be the domain name of your website (aka mywiki.org) 'localhost' => 'example.com', // Same as IDHost above; required by…”