NAME TcpTransaction - TCP Transaction processing interface for SMTP and NNTP SYNOPSIS $socket = &connect_server(server_list, protocol, log_flag); $return_code = &tcp_command(socket, command_string, log_flag); @response = &command_response; &set_command_response(response_string_list); DESCRIPTION