Manish Belsare wrote:
> ActionMailer::Base.server_settings = {
> :address => "smtp.tutorialspoint.com",
> :port => 25,
> :domain => "tutorialspoint.com",
> :authentication => :login,
> :user_name => "username",
> :password => "password",
> }
>
>
> Here in this code what shud be the value of "username" and "password"
I don't know; how do you send email? What are your username and
password? You'll also want to change the address and domain to fit your
needs. If you don't know, ask your IT department, or your ISP, or your
webhost.
--
Posted via http://www.ruby-forum.com/.
--
You received this message because you are subscribed to the Google Groups "Ruby
on Rails: Talk" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en.