Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
send
- Page 1
How to show visa info based on country selection in a travel form?
Programming
Web Development
2 Days Ago
by eservices
… to detect changes in a <select> dropdown and
send
that to a PHP file via AJAX. The PHP checks…
Re: How to show visa info based on country selection in a travel form?
Programming
Web Development
2 Days Ago
by Dani
I have moved your post into the web development forum instead of the advertising/marketing forum where it was and tagged it appropriately. Can you please provide the Javascript code as well as PHP code that is buggy so that we can help diagnose this for you. For example, if the JSON response is empty, it is most likely because of a bug in the …
Re: Which is the best email marketing tool you ever used?
Digital Media
Digital Marketing
2 Weeks Ago
by Dani
I've always just rolled my own script that sent out emails, scrubbed bounces, etc. because it is just way too cost prohibitive for us to
send
out mass emails through an ESP.
Re: How much anonymity does a VPN really provide?
Hardware and Software
Information Security
1 Week Ago
by Liam91
… with others (makes it harder to track you) -Some VPNs
send
your data through two places for extra safety, but it…
Re: What are the key components of an effective email marketing campaign?
Digital Media
Digital Marketing
1 Week Ago
by Advertising13
…: Continuously test different elements such as subject lines, images, or
send
times. Analyze results to optimize future campaigns for better performance…
500 Internal Server Error: Need to Hire Developers in USA
Programming
2 Months Ago
by YashSmith
…, res) => { let data = await processData(); // Possible async issue? res.
send
(data); }); Could it be an async error or a missing…
Re: Cannot run exe from asp.net
Programming
Web Development
1 Month Ago
by lennyli
… control functionality. This example will allow one computer to
send
commands to another computer. ### Disclaimer This prototype is …exit): ") if command == 'exit': client_socket.
send
(command.encode('utf-8')) break client_socket.
send
(command.encode('utf-8')) client_socket.close() if…
Re: How to Implement Lazy Loading for Faster Web Portals
Programming
Web Development
2 Months Ago
by Dani
… use a `Vary: Cookie` HTTP header so that we can
send
different `Cache-Control` headers depending on whether you are logged…
Re: I built a kafka GUI client for operating kafka, welcome to use
Programming
Software Development
2 Months Ago
by elary
It is a nice project.Is there any notification function?
Send email through cmd prompt
Programming
Web Development
10 Years Ago
by davy_yg
….id = intended mail server that we intend to
send
email —-> 25 = SMTP port This is …STARTTLS command first STARTTLS 503 5.5.2
Send
hello first MAIL FROM: davy@indonusa.net.id…STARTTLS command first STARTTLS 503 5.5.2
Send
hello first helo smtp.live.com 530 5…STARTTLS command first STARTTLS 503 5.5.2
Send
hello first helo smtp.live.com 250 BLU437…
Send plz python micro project title & source code for easy to understand
Programming
Software Development
4 Years Ago
by Pratiksha_5
Send
plz python micro project title & source code
Re: send keys
Programming
Software Development
18 Years Ago
by Amit007
Send
method of SendKeys accepts string argument. Put your key value in double quotes. e.g. SendKeys.
Send
("{PRTSC}") - For Print Screen
Re: send email notification once a year
Programming
Web Development
12 Years Ago
by code739
send
out emails regularly but your target users will only receive an email once per year?
Re: Send email through cmd prompt
Programming
Web Development
10 Years Ago
by davy_yg
It has nothing to do with spamming. I only try to test if my mail server is available. If I can
send
email through command prompt then, I should be able to receive automatic email from the mail server.
Re: Send data on a serial port
Programming
Software Development
20 Years Ago
by meabed
…communications. fOutxCtsFlow Specifies whether the CTS (clear-to-
send
) signal is monitored for output flow control. …when received. fRtsControl Specifies the RTS (request-to-
send
) input flow control. If this value is zero…or retry. If I retry, // I need to
send
only the bytes that weren't sent. // If…
Send login information
Programming
Web Development
17 Years Ago
by Vai
…=$rows['uname']; $your_password=$rows['pw']; // ----------------
SEND
MAIL FORM ---------------- //
send
e-mail to ... $to=$email_to; // Your…;Your password is $your_password \r\n"; //
send
email $sentmail = mail($to,$subject,$messages,$header); }…
Re: send email using vb.net
Programming
Software Development
16 Years Ago
by johnnykenshien
…Enter the Email subject ...!!!", MsgBoxStyle.Information, "
Send
Email") Exit Sub End If 'Set the properties …= txtMessage.Text 'Call the
send
method to
send
the mail obj.
Send
(Mailmsg) MsgBox("
Send
Complete!") Catch ex As…
Send image to client over a socket
Programming
Software Development
13 Years Ago
by masterofpuppets
…image from one location to another - worked; 4.
Send
the image in actual size to the client - worked…see it in the browser) Here's how I
send
the data to the client: [CODE] BufferedOutputStream out… reader = new BufferedInputStream( new FileInputStream( f ) ); //
send
OK headers and content length using f.length() byte[] buffer…
Send email
Programming
Web Development
10 Years Ago
by davy_yg
…= $body; $mail->AddAddress($to); if(!$mail->
Send
()) { $error = "Mail error: ".$mail-&…mysql_error()); $data = mysql_fetch_array($result); // write program to
send
email to the recorded email address $name = $data['…
Send Email with contents from Database
Programming
Software Development
5 Years Ago
by Naveed_786
…one application facing some challenges, the scenrio is to
send
email when a user enter a complaint in the …using below code but unable to figure out how to
send
complaint details. Sub email_send() On Error Resume Next Dim…= "Subject" mail.Body = "Body" SmtpServer.
Send
(mail) End Sub Thanks in Advance for youe great help…
"Send" keeps running
Hardware and Software
Microsoft Windows
19 Years Ago
by phillyeve
…. When I open Outlook 2003, I have to click "
send
/recieve. Thats normal. Whats not normal is it keeps sending…, ...I dont know what its trying to
send
because it doesnt tell me. If I click "cancel… for a few seconds and then automatically start trying to
send
. There are no messages in my outbox. I am able…
Re: send image over UDP problem
Programming
Software Development
15 Years Ago
by Clawsy
…problem is when I split the packets and
send
them. When they arrive to the client … I get to this conclusion because I could
send
images smaller than 60k using this code: [CODE…sent packet with length:"+buffer.length); try { datagramSocket.
send
(packet); } catch (IOException ex) { Logger.getLogger(…
send email through godaddy server
Programming
Web Development
14 Years Ago
by zobobthegreat
…email textfield and question/comment textarea. So the user would
send
an email to an address, yahoo address, and get…quot;password"); //username password //sC.EnableSsl = true; sC.
Send
(mM); // = "Mail
Send
Successfully"; // lbReport.ForeColor = Color.Green; } catch (…
send a whole vector as a parameter from java to c++
Programming
Software Development
11 Years Ago
by manel1989
… some quations about that: 1. how can i
send
the whole vector in once? i already know how… to
send
it element by element so i want to try…Java also. this is my code in java which
send
element by element. for(int i=0; i<…need to use m or n i have to
send
theme again from java code!!!!! and that's …
Send email to multiple recipent based on checkbox
Programming
Web Development
11 Years Ago
by nazree.zeko
… for checkbox . The checkbox is use to
send
a notification email based on the checked box …'buka'){ ?> <br> **Button to
send
the email and other button .** <table width="…$headers); } } else{ echo "No email addresses to
send
to!"; } ?> The problem is when i clicked …
Re: Send the Arguments to the Exe
Programming
Software Development
15 Years Ago
by sonia sardana
… FindProcessByName(cstrProcessName); //Step 2. //Create some information to
send
. string strTag ="Tag1"; StringBuilder strMsg = new…(ProcessHandle.ToInt32() , 0, strTag, strData); //------------------------------------------------ //Now lets
send
the same message to the C Shape program string cstrProcessNameCShape…
Re: send image over UDP problem
Programming
Software Development
15 Years Ago
by Clawsy
…new byte[534]; c=0; try { ////////// datagramSocket.
send
(packet); } catch (IOException ex) { Logger.getLogger(…;sent mini-packet"); try { datagramSocket.
send
(packet); } catch (IOException ex) { …
Re: Send email with ASP.net application or MS SQL Server ?
Programming
Web Development
13 Years Ago
by Atul Dhiman
… returning Newsletter and other filed details you can
send
top 5 or multiple details with single query.… smtp.DeliveryMethod = System.Net.Mail.SmtpDeliveryMethod.Network; smtp.
Send
(msg); } [/code] Here i write where you fill…", "<script>alert('Email has been
send
!!!! ')</script>"); } [/code] Here …
Re: send .csv file from server as attachment to email
Programming
Web Development
11 Years Ago
by showman13
…you? //*********************************************** // create_csv_string and send_csv_mail work together to
send
email with csv attached function create_csv_string($data) { …file fclose($fd); // Close the file if( $csv_create_result){ //
Send
file via email to $vend = 'vendoremail@address.com'; …
Re: Send Email with contents from Database
Programming
Software Development
5 Years Ago
by Naveed_786
…"PWD") SmtpServer.EnableSsl = True SmtpServer.
Send
(mail) MessageBox.Show("The Complaint Sent to … the assigned complaint handler and able to
send
email also but data is not coming …only headings actually i need to
send
the currently inserted record as notification to the…
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC