|
#1
|
|||
|
|||
|
How do I get my email rails app working on a shared host?
I'm having problems making my request password email thing to work. Here's my email setting on environment.rb Code:
# Include your app's configuration here:
ActionMailer::Base.server_settings = {
:address => "mail.ibatayo.com",
:port => 110,
:domain => 'ibatayo.com',
:user_name => "winter@ibatayo.com",
:password => 'secret',
:authentication => :login
}
thanks!
__________________
Proud Pinoy Linux and Ruby on Rails user www.ibatayo.com Screencasts:
|
![]() |
| Bookmarks |
«
Previous Thread
|
Next Thread
»
| Thread Tools | |
|
|
All times are GMT -5. The time now is 10:15 PM.








