gitlab配置使用騰訊企業郵箱

2021-10-08 02:22:21 字數 1326 閱讀 2152

gitlab伺服器

郵箱繫結--->生成新密碼(gitlab填寫的密碼就是這個)

修改配置檔案:vim /etc/gitlab/gitlab.rb

### gitlab email server settings

###! docs:

###! **use smtp instead of sendmail/postfix.**

gitlab_rails['smtp_enable'] = true

gitlab_rails['smtp_address'] = "smtp.exmail.qq.com" #smtp伺服器

gitlab_rails['smtp_port'] = 465

gitlab_rails['smtp_user_name'] = "[email protected]" #郵箱位址

gitlab_rails['smtp_password'] = "***xx" #上面生成的密碼

gitlab_rails['smtp_domain'] = "bb.com" #郵箱網域名稱

gitlab_rails['smtp_authentication'] = "login"

gitlab_rails['smtp_enable_starttls_auto'] = true

gitlab_rails['smtp_tls'] = true

gitlab_rails['smtp_openssl_verify_mode'] = 'none'

#下面配置不設定傳送郵件會出現501錯誤

### email settings

gitlab_rails['gitlab_email_from'] = '[email protected]' #郵箱位址

user['git_user_email'] = "[email protected]"

執行配置生效:gitlab-ctl reconfigure

傳送郵件測試:

gitlab-rails console

notify.test_email('郵箱位址','主題','內容').deliver_now

測試完成:exit或者ctrl+z退出

-----------日常記錄---------------

騰訊雲安裝 GitLab(一)

最後更新於 2020.11.15 其實網上已經有很多安裝 gitlab 的步驟說明文件,但由於並不是非常適用我的實際情況,一方面是把自己的實際情況分享出來,同時也是因為在前端工作了幾年,從沒正式記錄過自己,也算是乙個小小的改變叭 u1s1,企業級應用,還是建議優先上阿里雲,個人玩玩那就隨意啦 需要說...

IT名企面試 騰訊筆試題

const的含義及實現機制,比如 const int i,是怎麼做到i只可讀的?const用來說明所定義的變數是唯讀的。這些在編譯期間完成,編譯器可能使用常數直接替換掉對此變數的引用。初探編譯器static const之實現原理 到商店裡買200的商品返還100優惠券 可以在本商店代替現金 請問實際...

IT名企面試 騰訊筆試題

const的含義及實現機制,比如 const int i,是怎麼做到i只可讀的?const用來說明所定義的變數是唯讀的。這些在編譯期間完成,編譯器可能使用常數直接替換掉對此變數的引用。初探編譯器static const之實現原理 到商店裡買200的商品返還100優惠券 可以在本商店代替現金 請問實際...