mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-03 03:40:49 +08:00
FIX code review
This commit is contained in:
@@ -71,8 +71,8 @@ Rails.application.configure do
|
||||
address: 'smtp.exmail.qq.com',
|
||||
port: 25,
|
||||
domain: 'smtp.qq.com',
|
||||
user_name: 'educoder@trustie.org',
|
||||
password: 'mAZc9EWbe2Kawaqo2',
|
||||
user_name: 'notification@trustie.org',
|
||||
password: 'j4tFbs9eWdELiohb',
|
||||
authentication: 'login',
|
||||
enable_starttls_auto: true }
|
||||
end
|
||||
|
||||
@@ -66,11 +66,12 @@ Rails.application.configure do
|
||||
|
||||
config.action_mailer.delivery_method = :smtp
|
||||
config.action_mailer.smtp_settings = {
|
||||
address: 'smtp.exmail.qq.com',
|
||||
port: 25,
|
||||
domain: 'smtp.qq.com',
|
||||
user_name: 'educoder@trustie.org',
|
||||
password: 'mAZc9EWbe2Kawaqo2',
|
||||
authentication: 'login',
|
||||
enable_starttls_auto: true }
|
||||
address: 'smtp.exmail.qq.com',
|
||||
port: 25,
|
||||
domain: 'smtp.qq.com',
|
||||
user_name: 'gitlink@gitlink.org.cn',
|
||||
password: 'mAZc9EWbe2Kawaqo2',
|
||||
authentication: 'login',
|
||||
enable_starttls_auto: true
|
||||
}
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user