search for: bodyport

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

2009 Oct 22
1
Can't figure you why I am getting deliver_from == Nil Using EmailSpec
...ow 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/interactive thoen at edgevalein...
2006 Aug 06
0
how to diagnose ActionMailer issues
...en 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/.