Questions tagged [send]

is a generic tag for communication between programmed elements using some protocol.

This is the generic tag to use when two or more elements communicate each other using some protocol. An example of this is, send a data flow through sockets from one application to another, send a data flow from a client to a server or send some data from one application architecture component to another.

2171 questions
0
votes
1 answer

Stop zmq message

When I use send and the addressee is not listening, zmq internally will keep trying until the message is delivered. Are there any way to stop this? For example, try for 5 seconds and stop? Thanks.
jonango
  • 197
  • 1
  • 9
0
votes
0 answers

Strange characters title when post to Blogspot via Email

When i post to blogspot via email by SMTPServer.Send(MyMailMessage), the title of post have some strange characters like that b���n (bạn). Image for detail They are Vietnamese. The content is ok. Just title of post get this problem. When i post by…
0
votes
1 answer

Laravel sending mail over gmail

I can't seem to get this to work: ENV: MAIL_DRIVER=smtp MAIL_HOST=smtp.gmail.com MAIL_PORT=587 MAIL_USERNAME=my_acc@gmail.com MAIL_PASSWORD=*** MAIL_ENCRYPTION=tls In controller: Mail::send('mail.template', ['post' => $post, 'user' => $user],…
Norgul
  • 4,613
  • 13
  • 61
  • 144
0
votes
1 answer

Setting a custom header using PHP

I am using phpmailer for sending emails, but I want to make a custom header for my campaign, by adding a textarea field that contain any custom header here is my code but I don't know where is the problem it not working I don't see my custom header…
jhonee
  • 1
  • 2
0
votes
0 answers

Remotely activate script via URL

How can i create a URL that activates a script on my website. something like: www.website.com/emergency/command123 or some code that activates the script. I am building an emergency system. I am working with software that requieres a URL to…
Dstn
  • 1
  • 1
0
votes
0 answers

Sending data to another C++ application

I am working on GPS output. I have managed to extract the latitude, longitude, time and date from a NMEA sentence. I have the data in variables and now I want to send the extracted data to another C++ program which will receive these variables and…
Nauman Nawaz
  • 21
  • 1
  • 4
0
votes
1 answer

Socket C handle recv() and send() at the same time

I am developing a TCP handshake between a client and a server. In the specific the client send a message to the server, the server analyze the message and provide an answer. The problem is that it seems that when the server has to send back the…
0
votes
0 answers

Send information on program performance

I have a library known as Cyther that is doing very well, but I need to make sure that it is cross platform. To do this, I'd like to send the str variable data every time someone runs cyther, to some location that it can be viewed at a later time by…
Nick Pandolfi
  • 993
  • 1
  • 8
  • 22
0
votes
1 answer

PHP socket_read/recv blocking python's socket.send

I'm building a Firebird DB transaction manager in Python on Linux with JS+PHP clients. Javascript sends all necessary information to PHP; PHP encodes this and sends it via socket to Python, which has a socket bound to a port constantly listening and…
Igor Sousa
  • 53
  • 1
  • 8
0
votes
0 answers

php mailer doesn't send email in some cases

Can any help me regarding php mailer..The code I use is not working in some cases, I dont know why...When the user use the form twice, php mailer is not working....Here is my code:
0
votes
2 answers

C# sending email failures

I'm trying to send an email using C# console but failing each time with error says: Failure sending mail. ---> System.Net.WebException: Unable to connect to the remote server ---> System.Net.Sockets.SocketException: An attempt was made to access a…
Blaugrana
  • 1
  • 2
0
votes
1 answer

Android : Delay data sending to when the device has a WIFI internet access

I am making a kind of KYC single use App for a very specific business. It will store data including for each user : 2 camera pictures A few information concerning the user And it has to work offline. When the Android device will be connected, and…
Vincent Roye
  • 2,751
  • 7
  • 33
  • 53
0
votes
1 answer

Javascript Websocket OnOpen not being called on IOS

I have been working on a Server (in Java) and client in JavaScript using websockets, and everything works just find in Android, but when I tested it on iPhone, the JavaScript page gets hung up on any websocket.send method. On Android, the…
Aviolin
  • 15
  • 5
0
votes
3 answers

jQuery send multiple value in another input

I have created a loop for displaying a shop's identity card. The card's content contains information about the shop (phone, address...). the card has a button for selecting the shop, and I want send the multiple values to another input.
  • Mike
    • 107
    • 9
  • 0
    votes
    1 answer

    Error while calling 'sed' from spawn

    I am trying to execute send "sed -e\'s/%\([0-9A-F][0-9A-F]\)/\\\\\x\1/g\' test_log" from within the spawn but it is throwing me this error: bash-4.1$ invalid command name "0-9A-F" while executing "0-9A-F" invoked from within "send "sed…
    Sparkplug
    • 485
    • 7
    • 21