GitLab开启发送邮件功能

不管现实多么惨不忍睹,都要持之以恒地相信,这只是黎明前短暂的黑暗而已。不要惶恐眼前的难关迈不过去,不要担心此刻的付出没有回报,别再花时间等待天降好运。真诚做人,努力做事!你想要的,岁月都会给你。GitLab开启发送邮件功能,希望对大家有帮助,欢迎收藏,转发!站点地址:www.bmabk.com,来源:原文

[root@WinJay ~] # vim /etc/gitlab/gitlab.rb

![](http://winjay.cn/wp-content/uploads/image-52.png)

进入后将红框中的注释重新复制一份,取消掉注释,然后填入正确的邮箱信息。

![](http://winjay.cn/wp-content/uploads/image-58.png)

配置完成后运行:

[root@WinJay ~]# gitlab-ctl reconfigure

加载完成后输入:gitlab-rails console 进行命令行邮件发信测试

‘zhangwj@nerc.edu.cn’Notify.test_email(, ‘GitLab Email Test’, ‘This is a Test Email.Thank you!’).deliver_now

![](http://winjay.cn/wp-content/uploads/image-53.png)
![](http://winjay.cn/wp-content/uploads/image-48-1024×549.png)

重新修改配置文件 加入下面的参数。

每一条都不能填错,最重要的是最后一条。。。

![此图像的alt属性为空;文件名为image-57.png](http://winjay.cn/wp-content/uploads/image-57.png)

之后重新加载配置文件

![](http://winjay.cn/wp-content/uploads/image-55.png)

再次运行邮件测试可见可以正常发信了。

![](http://winjay.cn/wp-content/uploads/image-56-1024×277.png)

**================================**

这是官方文档给出的示例,参考一下即可。。。。

User git_user_email 那条参数这里面也没写。

There are example configurations at the end of this page.

gitlab_rails[‘smtp_enable’] = true gitlab_rails[‘smtp_address’] = “smtp.server” gitlab_rails[‘smtp_port’] = 465 gitlab_rails[‘smtp_user_name’] = “smtp user” gitlab_rails[‘smtp_password’] = “smtp password”gitlab_rails[‘smtp_domain’] = “example.com” gitlab_rails[‘smtp_authentication’] = “login” gitlab_rails[‘smtp_enable_starttls_auto’] = true gitlab_rails[‘smtp_openssl_verify_mode’] = ‘peer’# If your SMTP server does not like the default ‘From: gitlab@localhost’ you # can change the ‘From’ with this setting.

gitlab_rails[‘gitlab_email_from‘] = ‘gitlab@example.com’ gitlab_rails[‘gitlab_email_reply_to‘] = ‘noreply@example.com’

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 举报,一经查实,本站将立刻删除。

文章由极客之音整理,本文链接:https://www.bmabk.com/index.php/post/160463.html

(0)
飞熊的头像飞熊bm

相关推荐

发表回复

登录后才能评论
极客之音——专业性很强的中文编程技术网站,欢迎收藏到浏览器,订阅我们!