跟着 http://guides.rubyonrails.org/v3.2.13/action_mailer_basics.html 做的,从一开始做到了 2.1.4
然后看到了「Sending out an email should only take a fraction of a second」这时候应该是发出去了,可是收件人并没有收到……
包括 http://guides.rubyonrails.org/action_mailer_basics.html 这里的也跟着做了,还是没有反应。
控制台输出如下:
Sent mail to xxx (343ms) Date: Thu, 25 Jul 2013 17:54:13 +0800 From: [email protected] To: xxx Message-ID: <[email protected]> Subject: Welcome to My Awesome Site Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit
You have successfully signed up to example.com, your username is: 1.
To login to the site, just follow this link: http://example.com/login.
Thanks for joining and have a great day! Redirected to http://127.0.0.1:3000/users/1 Completed 302 Found in 1317ms (ActiveRecord: 81.0ms)