search for: whereiwork

Displaying 2 results from an estimated 2 matches for "whereiwork".

2006 Nov 23
1
(OT) HylaFAX, IAXModem, Asterisk
I have all three running on the same box. I say OT because it appears asterisk is doing it's job just fine. It must be an IAXmodem or faxgetty (hylafax) problem When faxes work, they look great. I have ten IAXmodems setup with different ports and they register fine. I have ten faxgettys that startup fine. I start the IAXmodems and then faxgettys in inittab. They are setup as a roll
2008 Jun 10
7
ActionMailer undefined method `parameters' - Rails 2.1
...that I''m unfamiliar with. Right now, I''m just trying to send email from my dev box via the SMTP server at work. My development.rb file: #...snip config.action_mailer.delivery_method = :smtp config.action_mailer.smtp_settings = { :address => ''ourmailserver.whereiwork.com'', :port => 25 } config.action_mailer.perform_deliveries = true config.action_mailer.raise_delivery_errors = true #...snip My "Notifications" Model: class Notifications < ActionMailer::Base def request(sent_at = Time.now) subject ''Testi...