quick tip: send emails on mac

For some reason my local Ruby on Rails applications weren’t sendingĀ  e-mails, so I found out that all you need is to write the following on terminal:

sudo postfix start


And that’s it, now I can send emails from applications running on my Mac. Nice!

Tags: , ,


2 Responses to “quick tip: send emails on mac”

  1. Tiago Rodrigues August 26, 2008 at 7:32 pm #

    Yup, but e-mails sent from regular isp accounts are usually regarded as spam.

  2. psousa August 26, 2008 at 8:53 pm #

    Yes, I only needed it to test sending emails from my Rails applications.

Leave a Reply