Search Result

Collapse
4 results in 0.0015 seconds.
Keywords
Members
Tags
send
  •  

  • Page is not automatically sending confirmation e-mails

    Hi everyone,

    I have an asp page that is not sending out the confirmation e-mails when a student completes an online registration process. Could you please take a look at the attached code and tell me what I might be doing wrong??

    Thanks


    Code:
    <!--#include file="../Secure/IncludeFiles/Db.asp"-->
    <!--#include file="../javalib/start.asp"-->
    
    <%
    teamID
    ...
    See more | Go to post
    Last edited by PsychoCoder; Mar 4 '12, 08:35 AM. Reason: Added code to post

  • "Underlying connection was closed" error on windows service but only occurs when a us

    0I have a windows service I created that checks for data to post to an off site webservice over SSL. The service checks every 10 seconds for data to send, if there is data it opens a connection to the remote webservice, and closes the connection after 120 seconds (still checking for data to send during this time). The service works fine if a user is RDP'd into the server, but as soon as no one is logged on and the service attempts to push data,...
    See more | Go to post
    Last edited by Frinavale; Oct 7 '09, 01:24 PM. Reason: Please post code in [code] ... [/code] tags. Added code tags.

  • Xionbox
    started a topic Sockets: Send bad address error on localhost connection
    in C

    Sockets: Send bad address error on localhost connection

    Hello everybody,

    The error I have seems very easy to solve, but for some odd reason I can't seem to solve it. Anyways, here's my "setup".

    I created a server running on localhost:1200 (telnet localhost 1200 proves that it is up and running) and I coded a client which is supposed to connect to that server and send it data.
    The odd part is that the client connects to the server (via connect()) without any...
    See more | Go to post

  • AlannY
    started a topic send() on non-blocking sockets
    in C

    send() on non-blocking sockets

    Hi there. I'm developing a tool, which uses non-blocking sockets on Linux.

    When I'm sending something to socket with send(), the return value is -1, which means error. But it's not an error. <errno> indicates that this is EWOULDBLOCK, which means that my request will be async ;-)

    I want to get number of bytes really written to socket, but not -1 as I get now.

    Code:
    switch (errno)
      {
        case
    ...
    See more | Go to post
Working...