send
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1885
SMS Server Tools 3.1 Beta 6
SMS Server Tools package contains applications to send and receive short messages through GSM modems or mobile phones. more>>
SMS Server Tools package contains applications to send and receive short messages through GSM modems or mobile phones. The user can send short messages by simply storing text files into a special spool directory.
The program monitors this directory and sends new files automatically. It also stores received short messages into another directory as text files. The program can run other external programs or scripts after events like reception of a new message, successful sending, and when the program detects a problem. These programs can inspect the related text files and perform automatic actions.
Enhancements:
- Compared to version 2.x, this branch includes some enhancements for the UTF-8 character set and some experimental extras.
<<lessThe program monitors this directory and sends new files automatically. It also stores received short messages into another directory as text files. The program can run other external programs or scripts after events like reception of a new message, successful sending, and when the program detects a problem. These programs can inspect the related text files and perform automatic actions.
Enhancements:
- Compared to version 2.x, this branch includes some enhancements for the UTF-8 character set and some experimental extras.
Download (0.19MB)
Added: 2007-07-03 License: GPL (GNU General Public License) Price:
1869 downloads
Other version of SMS Server Tools
License:Freeware
License:GPL (GNU General Public License)
MDemail.net 2.9.0
Send and receive secure and encrypted email. Collaborate with others with the integrated group Instant Messaging and file sharing features. Use secure message boards and securely share documents. HIPAA and GLBA compliant. more>> <<less
Download (7.30MB)
Added: 2009-04-09 License: Commercial Price: $0
197 downloads
FreeCast 1.0
Freecast is free and very simple script which allows you to broadcast members using any members database. more>>
Freecast is free and very simple script which allows you to broadcast members using any members database. It allows you to send the mails accordingly to any hosting or anti-spam limitations. The sender script can also be scheduled as a cron job
Requirements: PHP/MySQL
<<less Download (7.81KB)
Added: 2009-04-09 License: Freeware Price: $0
199 downloads
Fast Icon Users for Linux -
User icons with functions like: add, chat, edit, offline, remove, send, upload more>> Description:
11 icons of users.
Content:
User icons with functions like: add, chat, edit, offline, remove, send, upload, user, user group, video chat, voice chat<<less
Download (313KB)
Added: 2009-04-04 License: Freeware Price:
211 downloads
nautilus-sendto 0.12
nautilus-sendto is a plugin for Nautilus that allows to send a file to a specific location. more>>
nautilus-sendto is a plugin for Nautilus that allows to send a file to a specific location.
<<less Download (0.42MB)
Added: 2007-08-13 License: GPL (GNU General Public License) Price:
803 downloads
MoioSMS 2.13
MoioSMS is a Python script to automatically send SMS from Internet sites. more>>
MoioSMS is a Python script to automatically send SMS from Internet sites. MoioSMS features a plugin-like architecture that enables it to support easily new sites. At the moment, only the Italian language is supported.
Enhancements:
- Callwave support and international number support were added.
- Ubuntu debs were added.
- GNOME Deskbar support was added and bugs were fixed.
<<lessEnhancements:
- Callwave support and international number support were added.
- Ubuntu debs were added.
- GNOME Deskbar support was added and bugs were fixed.
Download (0.017MB)
Added: 2007-08-07 License: GPL (GNU General Public License) Price:
813 downloads
Mail::SendEasy 1.2
Mail::SendEasy can send plain/html e-mails through SMTP servers (platform independent). more>>
Mail::SendEasy can send plain/html e-mails through SMTP servers (platform independent). Supports SMTP authentication and attachments.
This modules will send in a easy way e-mails, and doesnt have dependencies. Soo, you dont need to install libnet.
It supports SMTP authentication and attachments.
USAGE:
OO
use Mail::SendEasy ;
my $mail = new Mail::SendEasy(
smtp => localhost ,
user => foo ,
pass => 123 ,
) ;
my $status = $mail->send(
from => sender@foo.com ,
from_title => Foo Name ,
reply => re@foo.com ,
error => error@foo.com ,
to => recp@domain.foo ,
cc => recpcopy@domain.foo ,
subject => "MAIL Test" ,
msg => "The Plain Msg..." ,
html => "The HTML Msg..." ,
msgid => "0101" ,
) ;
if (!$status) { print $mail->error ;}
STRUCTURED
use Mail::SendEasy ;
my $status = Mail::SendEasy::send(
smtp => localhost ,
user => foo ,
pass => 123 ,
from => sender@foo.com ,
from_title => Foo Name ,
reply => re@foo.com ,
error => error@foo.com ,
to => recp@domain.foo ,
cc => recpcopy@domain.foo ,
subject => "MAIL Test" ,
msg => "The Plain Msg..." ,
html => "The HTML Msg..." ,
msgid => "0101" ,
) ;
if (!$status) { Mail::SendEasy::error ;}
<<lessThis modules will send in a easy way e-mails, and doesnt have dependencies. Soo, you dont need to install libnet.
It supports SMTP authentication and attachments.
USAGE:
OO
use Mail::SendEasy ;
my $mail = new Mail::SendEasy(
smtp => localhost ,
user => foo ,
pass => 123 ,
) ;
my $status = $mail->send(
from => sender@foo.com ,
from_title => Foo Name ,
reply => re@foo.com ,
error => error@foo.com ,
to => recp@domain.foo ,
cc => recpcopy@domain.foo ,
subject => "MAIL Test" ,
msg => "The Plain Msg..." ,
html => "The HTML Msg..." ,
msgid => "0101" ,
) ;
if (!$status) { print $mail->error ;}
STRUCTURED
use Mail::SendEasy ;
my $status = Mail::SendEasy::send(
smtp => localhost ,
user => foo ,
pass => 123 ,
from => sender@foo.com ,
from_title => Foo Name ,
reply => re@foo.com ,
error => error@foo.com ,
to => recp@domain.foo ,
cc => recpcopy@domain.foo ,
subject => "MAIL Test" ,
msg => "The Plain Msg..." ,
html => "The HTML Msg..." ,
msgid => "0101" ,
) ;
if (!$status) { Mail::SendEasy::error ;}
Download (0.011MB)
Added: 2007-08-02 License: Perl Artistic License Price:
816 downloads
ControlX10::CM11 2.09
ControlX10::CM11 is a Perl extension for X10 ActiveHome Controller. more>>
ControlX10::CM11 is a Perl extension for X10 ActiveHome Controller.
SYNOPSIS
use ControlX10::CM11;
# $serial_port is an object created using Win32::SerialPort
# or Device::SerialPort depending on OS
# my $serial_port = setup_serial_port(COM10, 4800);
$data = &ControlX10::CM11::receive_buffer($serial_port);
$data = &ControlX10::CM11::read($serial_port, $no_block);
$percent = &ControlX10::CM11::dim_level_decode(GE); # 40%
&ControlX10::CM11::send($serial_port, A1); # Address device A1
&ControlX10::CM11::send($serial_port, AJ); # Turn device ON
# House Code A present in both send() calls
&ControlX10::CM11::send($serial_port, B.ALL_OFF);
# Turns All lights on house code B off
<<lessSYNOPSIS
use ControlX10::CM11;
# $serial_port is an object created using Win32::SerialPort
# or Device::SerialPort depending on OS
# my $serial_port = setup_serial_port(COM10, 4800);
$data = &ControlX10::CM11::receive_buffer($serial_port);
$data = &ControlX10::CM11::read($serial_port, $no_block);
$percent = &ControlX10::CM11::dim_level_decode(GE); # 40%
&ControlX10::CM11::send($serial_port, A1); # Address device A1
&ControlX10::CM11::send($serial_port, AJ); # Turn device ON
# House Code A present in both send() calls
&ControlX10::CM11::send($serial_port, B.ALL_OFF);
# Turns All lights on house code B off
Download (0.015MB)
Added: 2007-07-27 License: Perl Artistic License Price:
821 downloads
RefControl 0.8.9
RefControl is a Firefox extension that controls what gets sent as the HTTP Referer on a per-site basis. more>>
RefControl is a Firefox extension that controls what gets sent as the HTTP Referer on a per-site basis.
You create a list of sites, and the referrer that should be sent for each site.
You can choose to send that referrer unconditionally or only for third-party requests.
Additionally, you can specify the default behavior for any site not in the list.
<<lessYou create a list of sites, and the referrer that should be sent for each site.
You can choose to send that referrer unconditionally or only for third-party requests.
Additionally, you can specify the default behavior for any site not in the list.
Download (0.020MB)
Added: 2007-07-24 License: MPL (Mozilla Public License) Price:
506 downloads
Rogue Detect 0.4 Beta 2
Rogue Detect sends DHCPDISCOVER packets to the network and listens for DHCP servers to respond. more>>
Rogue Detect sends DHCPDISCOVER packets to the network and listens for DHCP servers to respond.
It can run continuously as a daemon, or do a single probe and quit. Its written in Perl and can be easily extended to take any action you can think of in response to an unknown DHCP server (send pages, disable them or whatever).
<<lessIt can run continuously as a daemon, or do a single probe and quit. Its written in Perl and can be easily extended to take any action you can think of in response to an unknown DHCP server (send pages, disable them or whatever).
Download (0.10MB)
Added: 2007-06-30 License: GPL (GNU General Public License) Price:
846 downloads
smtp2mix 0.7.3
smtp2mix is a small mail proxy that relays incoming email from a given user to the mixmaster anonymous remailer network. more>>
smtp2mix is a small mail proxy that relays incoming email from a given user to the mixmaster anonymous remailer network.
smtp2mix allows the use of your preferred email client to send email anonymously.
<<lesssmtp2mix allows the use of your preferred email client to send email anonymously.
Download (0.017MB)
Added: 2007-06-26 License: GPL (GNU General Public License) Price:
852 downloads
Other version of smtp2mix
License:GPL (GNU General Public License)
Strictly Invoices 1.0
Strictly Invoices is an application for the small business owner who wants to send out invoices! more>>
Strictly Invoices is an application for the small business owner who wants to send out invoices!
Important Note: You may need to make the file executable by changing the properties or running the command:
chmod 755 invoices
Main features:
- Save multiple companies
- Create HTML invoice
- Save Customer Data
- Create Product List
- Print to PDF
- Save Invoices
- Email
- Change any title on the invoice to your needs (Registered Version)
<<lessImportant Note: You may need to make the file executable by changing the properties or running the command:
chmod 755 invoices
Main features:
- Save multiple companies
- Create HTML invoice
- Save Customer Data
- Create Product List
- Print to PDF
- Save Invoices
- Change any title on the invoice to your needs (Registered Version)
Download (4.2MB)
Added: 2007-05-30 License: GPL (GNU General Public License) Price:
951 downloads
Smarty and MIME message integration 2007-05-21
Smarty and MIME message integration is a PHP class library that can send e-mail messages using Smarty templates. more>>
Smarty and MIME message integration is a PHP class library that can send e-mail messages using Smarty templates.
This package can be used to compose and send e-mail messages using Smarty templates.
It wraps around Smarty and MIME message class by Manuel Lemos, and prepares the body and headers of the messages to send.
It can set several message options at once passing an array of options values.
Currently it supports options to define HTML or text message template files, the sender, recipient, bounce and reply names and addresses, whether to send messages in plain text, HTML or both, whether to automatically wrap the message text, message character set, and the bulk precedence header to prevent that notification messages be returned due to temporary delivery errors.
Once the message options are set, the class composes and send message according to the specified option values.
<<lessThis package can be used to compose and send e-mail messages using Smarty templates.
It wraps around Smarty and MIME message class by Manuel Lemos, and prepares the body and headers of the messages to send.
It can set several message options at once passing an array of options values.
Currently it supports options to define HTML or text message template files, the sender, recipient, bounce and reply names and addresses, whether to send messages in plain text, HTML or both, whether to automatically wrap the message text, message character set, and the bulk precedence header to prevent that notification messages be returned due to temporary delivery errors.
Once the message options are set, the class composes and send message according to the specified option values.
Download (MB)
Added: 2007-05-24 License: LGPL (GNU Lesser General Public License) Price:
884 downloads
Icmpenum 1.0
Icmpenum sends ICMP traffic for host enumeration. more>>
Host enumeration is the act of determining the IP address of potential targets on a network. This can be done in both layer 2 and layer 3. Icmpenum project can send ICMP traffic for such enumeration.
The ICMP packets supported are: Echo, Timestamp, Information and Netmask. Furthermore, it supports spoofing and promiscuous listening for reply packets. Icmpenum is great for enumerating networks which allow ICMP traffic.
<<lessThe ICMP packets supported are: Echo, Timestamp, Information and Netmask. Furthermore, it supports spoofing and promiscuous listening for reply packets. Icmpenum is great for enumerating networks which allow ICMP traffic.
Download (0.58MB)
Added: 2007-05-08 License: GPL (GNU General Public License) Price:
548 downloads
mod_asis
mod_asis is an Apache module for sending files which contain their own HTTP headers. more>>
mod_asis is an Apache module for sending files which contain their own HTTP headers.
This module provides the handler send-as-is which causes Apache to send the document without adding most of the usual HTTP headers.
This can be used to send any kind of data from the server, including redirects and other special HTTP responses, without requiring a cgi-script or an nph script.
For historical reasons, this module will also process any file with the mime type httpd/send-as-is.
Usage:
In the server configuration file, associate files with the send-as-is handler e.g.
AddHandler send-as-is asis
The contents of any file with a .asis extension will then be sent by Apache to the client with almost no changes. Clients will need HTTP headers to be attached, so do not forget them. A Status: header is also required; the data should be the 3-digit HTTP response code, followed by a textual message.
Heres an example of a file whose contents are sent as is so as to tell the client that a file has redirected.
Status: 301 Now where did I leave that URL
Location: http://xyz.abc.com/foo/bar.html
Content-type: text/html
< HTML >
< HEAD >
< TITLE >Lame excusesRus< /TITLE >
< /HEAD >
< BODY >
< H1 >Freds exceptionally wonderful page has moved to
< A HREF="http://xyz.abc.com/foo/bar.html" >Joes< /A > site.
< /H1 >
< /BODY >
< /HTML >
Notes: the server always adds a Date: and Server: header to the data returned to the client, so these should not be included in the file. The server does not add a Last-Modified header; it probably should.
<<lessThis module provides the handler send-as-is which causes Apache to send the document without adding most of the usual HTTP headers.
This can be used to send any kind of data from the server, including redirects and other special HTTP responses, without requiring a cgi-script or an nph script.
For historical reasons, this module will also process any file with the mime type httpd/send-as-is.
Usage:
In the server configuration file, associate files with the send-as-is handler e.g.
AddHandler send-as-is asis
The contents of any file with a .asis extension will then be sent by Apache to the client with almost no changes. Clients will need HTTP headers to be attached, so do not forget them. A Status: header is also required; the data should be the 3-digit HTTP response code, followed by a textual message.
Heres an example of a file whose contents are sent as is so as to tell the client that a file has redirected.
Status: 301 Now where did I leave that URL
Location: http://xyz.abc.com/foo/bar.html
Content-type: text/html
< HTML >
< HEAD >
< TITLE >Lame excusesRus< /TITLE >
< /HEAD >
< BODY >
< H1 >Freds exceptionally wonderful page has moved to
< A HREF="http://xyz.abc.com/foo/bar.html" >Joes< /A > site.
< /H1 >
< /BODY >
< /HTML >
Notes: the server always adds a Date: and Server: header to the data returned to the client, so these should not be included in the file. The server does not add a Last-Modified header; it probably should.
Download (MB)
Added: 2007-05-05 License: The Apache License Price:
903 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 send 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