[PLUG-Devel] rails and sending email

Craig White craigwhite at azapple.com
Tue Sep 18 18:27:11 MST 2007


mail --help

mail craig -s "This is a subject" < /home/craig/some_file.txt

Craig

PS action mailer is pretty simple and you can use an smtp server so
local smtp is unnecessary

On Tue, 2007-09-18 at 18:15 -0700, Josh Coffman wrote:
> sendmail wasn't started...
> anyone know how to send email via command line/script on fedora?
> I'd like to test that the mail server works, before assuming its my
> rails app.
> 
> thanks,
> -j
> 
> 
> On 9/18/07, Derek Neighbors <derek at gnue.org> wrote:
>         Come to rails meeting tonight and I can help you out.
>         ActionMailer
>         is way to go.
>         
>         http://wiki.rubyonrails.org/rails/pages/ActionMailer
>         
>         -- 
>         Derek
>         
>         On 9/18/07, Josh Coffman <joshcoffman at gmail.com> wrote:
>         > Hi all,
>         >
>         >    Anyone know how to send email from rails on linux? I've
>         tried a couple 
>         > articles I found via google, but no luck so far. I may be
>         missing something
>         > on linux, like a running mail daemon or something. If you've
>         setup rails to
>         > send email on linux, please tell me how. 
>         >
>         >
>         > Thanks,
>         > -j
>         >
>         > _______________________________________________
>         > PLUG-devel mailing list  -
>         > PLUG-devel at lists.PLUG.phoenix.az.us
>         > http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-devel
>         >
>         >
>         _______________________________________________
>         PLUG-devel mailing list  -
>         PLUG-devel at lists.PLUG.phoenix.az.us
>         http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-devel
> 
> _______________________________________________
> PLUG-devel mailing list  -  PLUG-devel at lists.PLUG.phoenix.az.us
> http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-devel



More information about the PLUG-devel mailing list