search for: send0

Displaying 4 results from an estimated 4 matches for "send0".

Did you mean: send
2006 Aug 28
4
SMTPSyntaxError (501 <>: missing or malformed local part)
..._ Net::SMTPSyntaxError (501 <>: missing or malformed local part ): /usr/lib/ruby/1.8/net/smtp.rb:680:in `check_response'' /usr/lib/ruby/1.8/net/smtp.rb:653:in `getok'' /usr/lib/ruby/1.8/net/smtp.rb:635:in `rcptto'' /usr/lib/ruby/1.8/net/smtp.rb:546:in `send0'' /usr/lib/ruby/1.8/net/smtp.rb:545:in `send0'' /usr/lib/ruby/1.8/net/smtp.rb:472:in `sendmail'' /usr/lib/ruby/gems/1.8/gems/actionmailer-1.2.5/lib/action_mailer/base.rb:513:in `perform_delivery_smtp'' /usr/lib/ruby/1.8/net/smtp.rb:379:in `start'...
2023 Mar 20
0
[RFC PATCH v1 3/3] test/vsock: skbuff merging test
...fd, buf, strlen(buf), 0); ... >+ res = send(fd, "HELLO", strlen("HELLO"), 0); >+ if (res != strlen("HELLO")) { >+ fprintf(stderr, "unexpected send(2) result %zi\n", res); >+ exit(EXIT_FAILURE); >+ } >+ >+ control_writeln("SEND0"); >+ /* Peer reads part of first packet. */ >+ control_expectln("REPLY0"); >+ >+ /* Send second skbuff, it will be merged. */ >+ res = send(fd, "WORLD", strlen("WORLD"), 0); Ditto. >+ if (res != strlen("WORLD")) { >+ fprintf(stde...
2006 May 04
0
Action Mailer Errno::EPIPE using different character sets
...net/protocol.rb:290:in `writing'' /usr/local/lib/ruby/1.8/net/protocol.rb:290:in `using_each_crlf_line'' /usr/local/lib/ruby/1.8/net/protocol.rb:228:in `write_message'' /usr/local/lib/ruby/1.8/net/smtp.rb:473:in `sendmail'' /usr/local/lib/ruby/1.8/net/smtp.rb:472:in `send0'' /usr/local/lib/ruby/1.8/net/smtp.rb:548:in `critical'' /usr/local/lib/ruby/1.8/net/smtp.rb:548:in `send0'' /usr/local/lib/ruby/1.8/net/smtp.rb:472:in `sendmail'' /usr/local/lib/ruby/gems/1.8/gems/actionmailer-1.2.1/lib/action_mailer/base.rb:449:in `perform_deliver...
2009 Feb 08
2
SocketError in EmailController#correspond
SocketError in EmailController#correspond getaddrinfo: no address associated with hostname. Please see above, these are the errors i get when i try to email a user on my networking site. Can you help please. Actionmailer address = smtp.vodafone.ie Below is code used for the email controller in apps/controllers/email_controller.rb There doesnt seem to be any code missing. Can someone help with