使用163企业邮箱时,配置thunder bird ( configure your ym.163.com email ), 以及拿来就用的rails smtp配置
访问量: 3930
使用pop3: pop.ym.163.com
使用smtp: smtp.ym.163.com
就可以了! 见下图:

另外,拿来就用的rails 邮件配置:(下面代码取自于redmine ,不过其中的 delivery_method, smtp_settings 都特别典型)
default:
email_delivery:
delivery_method: :smtp
smtp_settings:
address: "smtp.ym.163.com"
port: 25
authentication: :plain
domain: 'example.com'
user_name: 'bug@happysoft.cc'
password: 'your password'