Gabe Koss said the following on 04/15/2010 11:58 AM:
> Perhaps it is because I am using Ubuntu and not a mac? I don't have 
> sendmail in /usr/sbin/ or /usr/lib/ and I don't think that it would work 
> from heroku...

Are you talking about your own machine or the machine where this
application is hosted?

The default mailer for many Linux packages is Postfix, but it has
/usr/sbin/sendmail as a link.

If you are talking about your own machine running Ubuntu then install
the postfix package and/or check the man page.

If you are talking about the hosting machine then why not ask them?
Its possible they didn't set yup that link or set it up elsewhere.

The issue isn't heroku: the issue is can ruby address services on the
host machine.  Or more specifically, can the code in ActionMailer
address services on the host machine.


OBTW: what did your logs say when you tried using :sendmail?


There is a simple test you can try.
>From the command line enter

   echo "Hello" | mail -s "Test" gabe.k...@gmail.com

If that doens't work then all we're talking about is beside the point.



-- 
I don't know the key to success, but the key to failure is trying to
please everybody
  -- Bill Cosby
_______________________________________________
Radiant mailing list
Post: Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
List Site: http://lists.radiantcms.org/mailman/listinfo/radiant
Radiant: http://radiantcms.org
Extensions: http://ext.radiantcms.org

Reply via email to