Displaying 2 results from an estimated 2 matches for "psyguid".
Did you mean:
  psyguide
  
2006 Jan 24
0
Route my.psyguide.org to www.psyguide.org/myguide?
Hi all
Is it possible to map a subdomain using routes?
I''d like to map the URL
my.psyguide.org
to the URL
www.psyguide.org/myguide
Is this possible somehow without tweaking several server settings?
Thanks a lot. :-)
Josh
-- 
Posted via http://www.ruby-forum.com/.
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 => "dave",
  #:password => "secret",
}
ActionMailer::Base.default_charset = "utf-8"
The mail seems to be sent without any problem, and in...