search for: pulsedev

Displaying 4 results from an estimated 4 matches for "pulsedev".

Did you mean: pulsed
2006 Jan 24
14
A bad day with Action Mailer
Hi, I''ve setup Action Mailer today to email the contents of a form. Every seemes fine except when the email is sending. Here is the error I get on the production server: SocketError (getaddrinfo: Name or service not known): /usr/lib/ruby/1.8/net/protocol.rb:83:in `initialize'' /usr/lib/ruby/1.8/net/protocol.rb:83:in `new''
2006 Jan 24
4
SMTPSyntaxError with Action Mailer
...rails-1.0.0/lib/fcgi_handler.rb:22:in `process!'' dispatch.fcgi:24 I looked into HELO and it seems to have something to do with the hostname obviously but I cant see anything wrong with it. my production.rb code is ActionMailer::Base.server_settings = { :address => "mail.pulsedev.net", :port => 25, :domain => "pulsedev.net", :authentication => :login, :user_name => "m9472838", :password => "sirius", } Any help would be great thanks -- Posted via http://www.ruby-forum.com/.
2006 Jan 19
0
AJAX Visual effect Loading
Hi people, I made a portfolio gallery on my site www.pulsedev.net/portfolio I''m happy with it except for the fact that I setup a loading gif but the new page starts to load before its ready, so the image inside the page loads in front of the users eyes. I would really appreciate some help on this. The way I have set it up is by using a link_to_re...
2006 Jan 24
9
ActionMailer: Mail isn''t delivered
Hi all I used the search for this, but I got an Application Error, so sorry for the newbie question. I have tried to send an e-mail using ActionMailer. I have to following config (environment.rb): ActionMailer::Base.server_settings = { :address => "mail.psyguide.org", :port => 25, :domain => "mail.psyguide.org", #:authentication => :login, #:user_name