我想我已经成功设置了 ActionMailer,但是电子邮件没有到达他们的收件箱,尽管服务器声明不同:
Sent mail to julian@designimperial.com (2003ms)
Date: Fri, 30 Aug 2013 22:26:41 +0100
From: from@example.com
To: julian@gmail.com
Message-ID: <52210e11bedc9_16501d84f64257a@Julian-PC.mail>
Subject: Welcome to my awesome site!
Mime-Version: 1.0
Content-Type: text/html;
charset=UTF-8
Content-Transfer-Encoding: 7bit
<!DOCTYPE html>
<html>
<head>
<meta content='text/html; charset=UTF-8' http-equiv='Content-Type' />
</head>
<body>
<h1>Welcome to example.com, Julian</h1>
<p>
You have successfully signed up to example.com,
your username is: gogo.<br/>
</p>
<p>
To login to the site, just follow this link: http://example.com/login.
</p>
<p>Thanks for joining and have a great day!</p>
</body>
</html>
我是否需要将我的 rails 应用程序上传到服务器或 heroku 才能发送电子邮件?我知道 PHP 邮件和 MAMP/XAMPP 就是这种情况