Displaying 3 results from an estimated 3 matches for "8ru2mixcqxyfqee35raung".
2008 Apr 01
2
Rails Mail ISSUE
..._mailer.delivery_method = :smtp
#these options are only needed if you choose smtp delivery
config.action_mailer.smtp_settings = {
  :address            => "mail.domainname.com",
   :port                 =>  25,
  :authentication   =>  :login,
  :user_name        =>  "abc-8Ru2MIxcQXYFQeE35raUng@public.gmane.org",
  :password          =>  ''1234567''
}
Please help me.
Thank you.
-- 
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Ra...
2010 Feb 08
0
recommending friends, using RoR's Mailer
...end
      end
    end
The UserMailer code is below:
  def invite(user)
      @subject = ''Invitation''
      @body = {}
    # Give body access to the user information.
      @body["user"] = user
      @recipients = user.email
      @from = ''<do-not-reply-8Ru2MIxcQXYFQeE35raUng@public.gmane.org>''
  end
The last part is the call to the UserMailer that picks the template to
send the relevant email..
UserMailer.deliver_invite(@user)
the _invite is the template in which is ultimately displayed to the
chosen invitee.
ANy ideas how this can be altered to allow...
2010 Sep 09
4
Capistrano Deploy with SVN over SSH - Network connection closed unexpectedly
Hello all,
i changed today from my local repository to a repository on a server. The repository now lies on the same server where my application is going to be deployed. Everything went fine
create my repository on the server and checked out my working copy. After some changes on the code i wanted to deploy my application but it failed.
The error is:
 
"svn: Network connection closed