sending out
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 937
SMS Sending script
This script is purely PHP and AJAX. You can add text onto the end of all the messages sent by visitors. For example if a visitor sends a message saying Hi, How are you? to his friend, the recipient more>> This script is purely PHP and AJAX. You can add text onto the end of all the messages sent by visitors. For example if a visitor sends a message saying "Hi, How are you?" to his friend, the recipient will read the message as "Hi, How are you? - Send FREE SMS from yoursite.com" and that can be editted to whatever you like. You can also change the SMS subject to whichever you like. Very quick and very easy to install! Required: PHP4 +<<less
Added: 2006-07-11 License: Commercial License Price: $149.95AdditionalInfoLicenseforUNLIMITEDdomainsIdealforresellersorwebmasters,youcansellthescriptaloneorwithasiteoverandover
765 downloads
Sending HTML Email
This tutorial will show you how to send email with HTML output in PHP. more>> This tutorial will show you how to send email with HTML output in PHP.<<less
Added: 2007-08-30 License: Freeware Price: $0.00USD
14 downloads
Sending SMS with HTTP
Tutorial on using PHP to send SMS. You might want to add a Free SMS option to your site to drive traffic to your site.. This tutorial might be useful more>> Tutorial on using PHP to send SMS. You might want to add a Free SMS option to your site to drive traffic to your site.. This tutorial might be useful<<less
Added: 2005-05-04 License: Other Free / Open Source License Price: Free
1096 downloads
Sending email with PHP
In this tutorial we will create a simple mailing system with PHP so users can send email through your website. We will include protection like checking for blank fields and making sure that the user e more>> In this tutorial we will create a simple mailing system with PHP so users can send email through your website. We will include protection like checking for blank fields and making sure that the user email address is valid.<<less
Added: 2005-06-10 License: Free for non-commercial use Price: Free
939 downloads
Sending queries to mySQL 1
PHP send quesries to mySQL using mysql_query function. mysql_query function returns boolean (True or False) value which your quesry does not return any records. Queries (sql statements) like SELECT, SHOW, DESCRIBE, EXPLAIN return false value on error. If more>> PHP send quesries to mySQL using mysql_query function. mysql_query function returns boolean (True or False) value which your quesry does not return any records. Queries (sql statements) like SELECT, SHOW, DESCRIBE, EXPLAIN return false value on error. If query is true, returning value must pass to mysql_fetch_array().<<less
Added: 2008-01-11 License: Freeware Price: $0.00USD
14 downloads
Sending Email Using PHP
In this tutorial you will learn how to send email to one person, multiple people, send and redirct to a page, send if someone visits your error 404 or other pages, add an attachment to an email, and e more>> In this tutorial you will learn how to send email to one person, multiple people, send and redirct to a page, send if someone visits your error 404 or other pages, add an attachment to an email, and even check to see if the email address entered is in the correct email format (name@domain.com).<<less
Added: 2006-09-21 License: Other Free / Open Source License Price: Free
1198 downloads
Sending eMail in ASP (CDONTS)
Learn how to email the contents of a form using the CDONTS component from ASP. more>> Learn how to email the contents of a form using the CDONTS component from ASP.<<less
Added: 2006-01-04 License: Freeware Price: Free
1426 downloads
Send an E-mail using CDONTS
This code is just a simple way to send an e-mail using the CDONTS component. Containing only 7 to 10 lines, this code can be easily added to existing pages. more>> This code is just a simple way to send an e-mail using the CDONTS component. Containing only 7 to 10 lines, this code can be easily added to existing pages.<<less
Added: 2007-07-31 License: Freeware Price: $0.00USD
12 downloads
Sending emails using php! 1.00
This tutorial will teach you the basics of form processing and email sending using php. It first teaches you how to produce a html form and process it on the same page using php. Then it moves on how to send emails using php more>> This tutorial will teach you the basics of form processing and email sending using php. It first teaches you how to produce a html form and process it on the same page using php. Then it moves on how to send emails using php<<less
Added: 2006-11-05 License: Freeware Price: $0.00USD
12 downloads
Other version of Sending emails using php!
License:Freeware
Sending Emails in JSP
Before to start to examine this sample code, you need a SMTP server. If you know your mail server name you could easily use this sample code in a real website. We will use JavaMAIL API. You must put j more>> Before to start to examine this sample code, you need a SMTP server. If you know your mail server name you could easily use this sample code in a real website. We will use JavaMAIL API. You must put j2ee.jar under WEB-INF/lib folder in your web work folder. Our testing system is Red Hat Linux with Tomcat 5.<<less
Added: 2006-03-21 License: Freeware Price: Free
1347 downloads
Sending Email with Perl/Tk
This is a simple Perl/Tk application that will send Email using the Net::SMTP module. So if you ever wondered about Creating a GUI to send email, then check this out. more>> This is a simple Perl/Tk application that will send Email using the Net:SMTP module. So if you ever wondered about Creating a GUI to send email, then check this out.<<less
Added: 2007-07-31 License: Freeware Price: $0.00USD
13 downloads
Send This Link
A popup form which allows your visitors to send a referral link from your site. It features admin notification and HTML output. more>> A popup form which allows your visitors to send a referral link from your site. It features admin notification and HTML output.<<less
Added: 2007-09-19 License: Freeware Price: $0.00USD
13 downloads
Sending emails with ASP .NET
In this article, youll see how sending email with ASP.NET is possible and then well go deeper to see how you can use HTML emails or include attachments. more>> In this article, youll see how sending email with ASP.NET is possible and then well go deeper to see how you can use HTML emails or include attachments.<<less
Added: 2005-07-14 License: Freeware Price: Free
1567 downloads
X-Send 0.3.5
X-Send makes using CDO much easier, using the power of CDOSYS and Scripting.Dictionary object. With the latest version you can even get error reports or create custom error reports. To aid you in development a full documentation and examples are more>> X-Send makes using CDO much easier, using the power of CDOSYS and Scripting.Dictionary object. With the latest version you can even get error reports or create custom error reports. To aid you in development a full documentation and examples are provided.<<less
Added: 2005-06-04 License: LGPL Price: $0.00USD
13 downloads
Other version of X-Send
Sending Email with ASP.NET 1
In this article we will be discussing on how you can send emails using your ASP.NET applications. In ASP.NET application, you can send electronic mails by using either the SmtpMail class or the MailMessage class found in the System.Web.Mail namespace. more>> In this article we will be discussing on how you can send emails using your ASP.NET applications. In ASP.NET application, you can send electronic mails by using either the SmtpMail class or the MailMessage class found in the System.Web.Mail namespace.<<less
Added: 2008-06-18 License: Freeware Price: $0.00USD
15 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above sending out search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed