Learnings for Week 28 2010
- To get ActionMailer to work with GMail I needed to add the :enable_starttls_auto: true option to the mailer configuration
- You can add global gem options to
~/.gemrc,
which is just a yml file
- ex. gem: —no-ri —no-rdoc
- SQLServer compatibility mode doesn’t make the server behave exactly what is specified, rather, it pulls in any functionality that may have been deprecated in the later releases (I think)
- SendGrid, Google Apps, AuthSMTP are paid services that can be used for sending email so you don’t need to do it through your own server (or if you’re on EC2 and can’t reliably send mail from your server)
Comments
comments powered by Disqus