<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii"><meta name=Generator content="Microsoft Word 14 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=EN-US link=blue vlink=purple><div class=WordSection1><p class=MsoNormal>Hi,<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>I have a question about Mailers and RoR, and the DCAD people suggested contacting you about this. I’m making a webapp for my Masters Thesis, using Ruby on Rails. I was hosting it on the scripts server but kept getting a lot of errors so I moved it to heroku (rmltool.herokuapp.com,). And I’ve figured out most things. But I can’t for the life of me figure out how to hook up MIT email to the Ruby mailers.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>So I have successfully done it using gmail using these settings in my config/environments/development.rb file (to make sure I could do it right, at least on one server)<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>config.action_mailer.delivery_method = :smtp<o:p></o:p></p><p class=MsoNormal>config.action_mailer.smtp_settings = {<o:p></o:p></p><p class=MsoNormal>:address => "smtp.gmail.com",<o:p></o:p></p><p class=MsoNormal>:port => 465,<o:p></o:p></p><p class=MsoNormal>:domain => 'localhost:3000',<o:p></o:p></p><p class=MsoNormal> :user_name => 'lindy.liggett',<o:p></o:p></p><p class=MsoNormal> :password => [my password],<o:p></o:p></p><p class=MsoNormal>:authentication => 'password',<o:p></o:p></p><p class=MsoNormal> :enable_starttls_auto => true<o:p></o:p></p><p class=MsoNormal>}<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Then when that worked I changed to what I thought should be the MIT settings (settings on the website, and what I use on my phone to get MIT email on that):<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal> config.action_mailer.delivery_method = :smtp<o:p></o:p></p><p class=MsoNormal>config.action_mailer.smtp_settings = {<o:p></o:p></p><p class=MsoNormal>:address =>“outgoing.mit.edu”,<o:p></o:p></p><p class=MsoNormal>:port => 465,<o:p></o:p></p><p class=MsoNormal>:domain => 'localhost:3000',<o:p></o:p></p><p class=MsoNormal>:user_name => 'lindy_l',<o:p></o:p></p><p class=MsoNormal>:password => [my password],<o:p></o:p></p><p class=MsoNormal>:authentication => 'password',<o:p></o:p></p><p class=MsoNormal>:enable_starttls_auto => true <o:p></o:p></p><p class=MsoNormal>}<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>But no emails are sent. The server log says an email was sent, but it says that even when I put in values for username and password that I know are incorrect. Any idea what other settings I should try? I have tried the other port… <o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Thank you,<o:p></o:p></p><p class=MsoNormal>Lindy<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p></div></body></html>