Top "Send" questions

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

Send HTML in email via PHP

How can I send an HTML-formatted email with pictures using PHP? I want to have a page with some settings …

php html email send
How to send HTML email using linux command line

I need to send email with html format. I have only linux command line and command "mail". Currently have used: …

html linux email send
How to send value attribute from radio button in PHP

I am struggling with sending the value of a radiobutton to an email. I have coded 2 radiobuttons, where I have …

php radio-button send
Android sample bluetooth code to send a simple string via bluetooth

I want to send a simple string data such as 'a' from an android device to other one via bluetooth. …

android string bluetooth send sample
websocket.send() parameter

Usually, we only put the data we want to send as websocket.send() method's parameter, but I want to know …

javascript websocket send
C socket: recv and send all data

I would like to obtain a behavior similar to this: Server run Client run Client type a command like "help" …

c sockets client-server send recv
Sending UDP Packet in C#

I have a game server (WoW). I want my players to download my custom patches to the game. I've done …

c# networking udp send packet
How to send an imessage text with applescript, only in provided service?

Can somebody show me how to send a message directly to the user of iMessage via Messages app? tell application "…

applescript send messages imessage
SFTP to send file with bash script

I'm using key authentication, so password is not an issue. I have a file whose name I know and I …

file bash send sftp
Linux Socket: How to detect disconnected network in a client program?

I am debugging a c based linux socket program. As all the examples available in websites, I applied the following …

c linux sockets send disconnection