gitlab qq mail configuration

https://blog.csdn.net/u010856284/article/details/83650364

gitlab 11.4 stmp appear later added according to the official website of the configuration, resulted in the test is passed, the following is my profile, and completed the test, you can use the Paste:

gitlab_rails [ 'smtp_enable'] = to true
gitlab_rails [ 'smtp_address'] = "smtp.qq.com"
gitlab_rails [ 'SMTP_PORT'] = 465
gitlab_rails [ 'smtp_user_name'] = "[email protected]"
gitlab_rails [ 'smtp_password The'] = "djyeajzanhltdigh"
gitlab_rails [ 'smtp_domain'] = "qq.com"
gitlab_rails [ 'smtp_authentication'] =: Login
gitlab_rails [ 'smtp_enable_starttls_auto'] = to true
gitlab_rails [ 'smtp_tls'] = to true
gitlab_rails [' gitlab_email_from '] =' 2,532,264,976 qq.com @ '
---------------------
Disclaimer: This article is CSDN blogger original article "lvhaidong520", following the CC 4.0 by-sa copyright agreement, reproduced, please attach the original source link and this statement.
Original link: https: //blog.csdn.net/u010856284/article/details/83650364

 

 

Notify.test_email("[email protected]","title","gitlab").deliver_now

Guess you like

Origin www.cnblogs.com/shenwenkai/p/11346654.html