From: Alex Baranosky on
So the next step for me is figuring out how to send emails from an
application on my home pc.

I've got actionmailer 3.0 beta setup. How do a I setup a windows box to
send emails?
--
Posted via http://www.ruby-forum.com/.

From: Alex Baranosky on
So guys,

I got it sending emails via smtp through my gmail account!

I have it parsing my schedule file...

And I have it in a .bat file being scheduled to run every hour by
schtask.

But there's one last hurdle:

When I double click the BAT file it runs fine, but when I run it via
schtask it doesn't do anything. I can tell it is running because a
command window pops up for a split second.

Any ideas why it isn't running?

Thanks,
Alex
--
Posted via http://www.ruby-forum.com/.

From: Alex Baranosky on
Does rubyw only work with 1.9? I switched to using just ruby and it
seems to be working :)

Time for bed. I'll keep you all posted on how it goes.
--
Posted via http://www.ruby-forum.com/.