Top "Send" questions

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

Python Socket Send Buffer Vs. Str

I am trying to get a basic server (copied from Beginning Python) to send a str. The error: c.send( "…

python string sockets send
Sending email using Zend Framework and PHP

I working on a form whereby when the user enter in their email account and click on send, an email …

php email zend-framework send
Android, How to send HTML email and force Android to send it through G-Mail not other applications?

I want to send email through my application. I need to send HTML based email just through G-Mail. I found …

android email android-intent send
C, sendfile() and send() difference?

sendfile() copies data between two file descripters within kernel space. Somewhere I saw if you are writing a web server …

c linux send sendfile
How send data to website by using android app

I'm trying to send some data to my website. When the button is clicked, data need to be sent to …

android http post send
Failed to send email from contact form 7

I am using contact form 7 one of my wordpress site that using vantage app theme. But problem with sending contact …

wordpress email send contact-form-7
Is there a limit when using php mail function?

I am using php and mysql. I am going to send 10k++ (ten thousands plus) emails to update my subscribers, …

php email send
C: send file to socket

I`m trying to send binary file using socket. FILE *file; char *file_data; file = fopen(filepath, "rb"); //Allocate memory …

c file sockets binary send
How do I send email through HTML and JavaScript?

I have a contact form on my website and I wanted to make a send button. I would not want …

javascript html email send
How to turn a character array into uint8_t

I have a server-client application that I'm working on that basically simulates a chat room. This is an assignment for …

c casting send recv uint8t