修改邮件配置文件

更新gem镜像路径
This commit is contained in:
huang 2015-10-15 17:02:16 +08:00
parent 464fc461ea
commit 94d60e4150
5 changed files with 10 additions and 10 deletions

View File

@ -1,4 +1,4 @@
source 'http://ruby.taobao.org' source 'https://ruby.taobao.org'
#source 'http://ruby.sdutlinux.org/' #source 'http://ruby.sdutlinux.org/'
unless RUBY_PLATFORM =~ /w32/ unless RUBY_PLATFORM =~ /w32/

View File

@ -83,12 +83,12 @@ default:
email_delivery: email_delivery:
delivery_method: :smtp delivery_method: :smtp
smtp_settings: smtp_settings:
address: smtp.163.com address: mail.trustie.net
port: 25 port: 25
domain: smtp.163.com domain: mail.trustie.net
authentication: :plain authentication: :login
user_name: "huang.jingquan@163.com" user_name: "mail@trustie.net"
password: 'xinhu1ji2qu366' password: "loong2010"
# Absolute path to the directory where attachments are stored. # Absolute path to the directory where attachments are stored.
# The default is the 'files' directory in your Redmine instance. # The default is the 'files' directory in your Redmine instance.

View File

@ -1,4 +1,4 @@
source "http://ruby.taobao.org" source "https://ruby.taobao.org"
gemspec gemspec

View File

@ -5,7 +5,7 @@ PATH
rack (~> 1.5.1) rack (~> 1.5.1)
GEM GEM
remote: http://ruby.taobao.org/ remote: https://ruby.taobao.org/
specs: specs:
byebug (4.0.5) byebug (4.0.5)
columnize (= 0.9.0) columnize (= 0.9.0)

View File

@ -1,4 +1,4 @@
source 'http://ruby.taobao.org' source 'https://ruby.taobao.org'
gem 'rich', '1.4.6' gem 'rich', '1.4.6'
gem 'kaminari' gem 'kaminari'