search for: stringport

Displaying 2 results from an estimated 2 matches for "stringport".

Did you mean: stringpool
2009 Oct 22
1
Can't figure you why I am getting deliver_from == Nil Using EmailSpec
...m is nil, though when I follow the same steps in development, an email is sent with the appropriate from address. This is the message I am getting: ''Event Notification should be sent from an address with the event description'' FAILED expected #<TMail::Mail port=#<TMail::StringPort:id=0x7342b8a> bodyport=#<TMail::StringPort:id=0x733f598>> to deliver from "mytest Classroom 42 : Janet Teacher1 <myemail at this.com>", but it delievered from nil Any insight you can provide would be greatly appreciated. Best, Tom Tom Hoen edgevale/intera...
2006 Aug 06
0
how to diagnose ActionMailer issues
...talled SaltedHashLogin and even though it works with no issues, it sends no emails. But I don''t get any errors at all! I''ve tried the method via the console: UserNotify.deliver_signup(User.new,"","") and I get the following: #<TMail::Mail port=#<TMail::StringPort:id=0x11f8f20> bodyport=#<TMail::StringPort:id=0x11f6be4>> Are there any logs for RoR or ActionMailer? -- Posted via http://www.ruby-forum.com/.