Gitlab7.0通知郵箱的配置
1. 首先是拷貝Gitlab自帶的example
1
2
|
cd /home/git/gitlab sudo -u git -H cp config /initializers/smtp_settings .rb.sample config /initializers/smtp_settings .rb |
2. 然後用我們自己的郵箱替換example中的郵箱
1
|
sudo -u git -H vim config /initializers/smtp_settings .rb |
這裡提供163和騰訊企業郵箱兩種配置方式,注意將下面的123456替換成自己的密碼
163:
1
2
3
4
5
6
7
8
9
10
11
12
|
if Rails. env .production? Gitlab::Application.config.action_mailer.delivery_method = :smtp ActionMailer::Base.smtp_settings = { address: "smtp.163.com" , port: 25, user_name: "wpgitlab" , password: "123456" , domain: "163.com" , authentication: :plain, enable_starttls_auto: true } end |
騰訊企業郵箱:
1
2
3
4
5
6
7
8
9
10
11
12
|
if Rails. env .production? Gitlab::Application.config.action_mailer.delivery_method = :smtp ActionMailer::Base.smtp_settings = { address: "smtp.exmail.qq.com" , port: 25, user_name: "wangpeng@scnee.com" , password: "123456" , domain: "smtp.qq.com" , authentication: :plain, enable_starttls_auto: true , } end |
3. 修改gitlab.yml
1
2
|
cd /home/git/gitlab sudo -u git -H vim config /gitlab .yml |
將預設郵箱修改為自己的郵箱
163:
1
2
3
|
## Email settings # Email address used in the "From" field in mails sent by GitLab email_from: wpgit@163.com |
騰訊企業郵箱:
1
2
3
|
## Email settings # Email address used in the "From" field in mails sent by GitLab email_from: wangpeng@scnee.com |
4. 修改後。重啟gitlab
1
|
sudo service gitlab restart |
注意事項:
1. 不需要修改 config/environments/production.rb,網上的其他文章說要修改這個檔案可能是針對老版本的,gitlab7.0不需要修改這個檔案(已測試)。
2. 騰訊企業郵箱不能使用其幫助網頁上所寫的465埠。設定了openssl_verify_mode也沒有作用。若有人試驗成功,請告知我,謝謝。
相關文章
- google smtp 郵箱配置Go
- gitlab 郵箱配置Gitlab
- Laravel 配置郵箱引數Laravel
- centos配置郵箱服務CentOS
- win10 email配置qq郵箱如何操作_win10郵箱怎麼新增qq郵箱Win10AI
- 谷歌郵箱,配置傳送郵件密碼谷歌密碼
- mac iPhone郵箱相關配置MaciPhone
- spring boot配置QQ郵箱傳送郵件Spring Boot
- 伺服器簡單郵箱配置伺服器
- Jenkins郵箱配置踩坑錄Jenkins
- 電子郵箱是qq郵箱嗎 電子郵箱和qq郵箱的區別聯絡介紹
- Git使用者名稱郵箱配置Git
- gitlab配置郵件通知功能操作記錄Gitlab
- git使用者名稱和郵箱配置Git
- 在Android(安卓)平板上配置Exchange郵箱Android安卓
- 配置日誌logwarch 每天傳送到郵箱
- 配置linux使用mail傳送郵件到163郵箱LinuxAI
- gitlab郵箱驗證 郵箱提醒設定Gitlab
- 高可用服務之Keepalived郵件通知配置
- 163郵箱傳送郵件通知異常 org.springframework.mail.MailAuthenticationException: Authentication failedSpringFrameworkAIException
- qq郵箱怎麼發檔案給別的郵箱 qq郵箱如何將文件傳送給別人
- win10自帶郵件怎麼新增qq郵箱_win10郵箱如何匯入qq郵箱Win10
- 蘋果郵箱地址蘋果
- 個人郵箱與企業郵箱的區別有哪些?如何選擇?
- 檢測郵箱是否是QQ郵箱並給出提示
- Git修改和配置使用者名稱和郵箱Git
- javamail 配置多個郵箱進行傳送 異常JavaAI
- 把企業郵箱換成Zoho Mail企業郵箱之前的疑問AI
- git配置使用者名稱和郵箱 git設定使用者名稱郵箱有什麼用Git
- PHP中的郵箱驗證PHP
- golang傳送郵件(qq郵箱)Golang
- Laravel-郵件通知Laravel
- Jenkins : 郵件通知Jenkins
- win10系統下郵箱怎麼新增qq郵箱Win10
- 如何申請企業郵箱?企業郵箱選購指南
- win10自帶郵箱無法登入QQ郵箱Win10
- 工作郵箱怎麼註冊?企業郵箱有哪些功能?
- win10郵件怎麼用qq郵箱 win10郵件如何使用qq郵箱Win10