From: Alex Baranosky on 26 Mar 2010 23:36 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 30 Mar 2010 00:27 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 30 Mar 2010 00:35 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/.
First
|
Prev
|
Pages: 1 2 3 Prev: read CSV file using csv library Next: less than sign for inheritance in classes |