Main > Free Download Search >

Free send messages software for linux

send messages

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 3647
Secure Messaging 1.0

Secure Messaging 1.0


Secure Messaging is a Web-based, alternative mail system for sending and receiving messages. more>>
Secure Messaging is a Web-based, alternative mail system for sending and receiving messages.

Use secure messaging to send and receive messages from a alternative web-based mail system. Using the secure messaging system no actual mail is transmitted through any 3rd party servers.

Only an optional message notice is sent to the recepient, the user needs to visit the site in order to read the message.

Normal SMTP mail can hit multiple servers and can possibly be read, stored, or changed anywhere within the process.

Setup secure messaging on an SSL enabled website to enhance the privacy even more.
<<less
Download (0.15MB)
Added: 2005-10-20 License: GPL (GNU General Public License) Price:
1466 downloads
SendSMS 0.3.2

SendSMS 0.3.2


SendSMS is a desktop application for sending SMS messages. more>>
SendSMS is a desktop application for sending SMS messages.
This program lets you send SMS messages to any phone in the world if you have a clickatell account. (www.clickatell.com).
Main features:
- Secure https connection to clickatell server
- Addressbook
- Easy to use interface
- Account balance information
- History of sent messages
Getting a clickatell account
First register at clickatell.com, click the "register now" button. When you have registered, you must log in and click "Product Control" on the left menu. From there select "http/s" and enter a name your ip address. The other fields can be left empty. Then you simply write down the username/api_id and password from clickatell and enter this into the sendSMS program
Enhancements:
- Some issues with the address book were fixed.
- Installers and launchers were removed.
- Some UI improvements were made.
<<less
Download (0.38MB)
Added: 2007-08-17 License: GPL (GNU General Public License) Price:
802 downloads
Off-the-Record Messaging 3.1.0

Off-the-Record Messaging 3.1.0


Off-the-Record Messaging is a Pidgin plugin that allows you to have private conversations over instant messaging. more>>
Off-the-Record Messaging is a Pidgin plugin that allows you to have private conversations over instant messaging by providing:
Encryption
No one else can read your instant messages.
Authentication
You are assured the correspondent is who you think it is.
Deniability
The messages you send do not have digital signatures that are checkable by a third party. Anyone can forge messages after a conversation to make them look like they came from you. However, during a conversation, your correspondent is assured
the messages he sees are authentic and unmodified.
Perfect forward secrecy
If you lose control of your private keys, no previous conversation is compromised.
Enhancements:
- Translations for English, Dutch, Spanish, French, Slovak
- Added option to not log OTR conversations
- Large messages are now fragmented transparently instead of failing
- Removed "view secure session id" and "verify fingerprint" options from the OTR button menu. Added "authenticate buddy" option in its place. This new option allows you to authenticate your buddies by entering some secret that only the two of you know, rather than by using a long user-unfriendly sequence of hex characters. [The old "verify fingerprint" dialog is still available via an "Advanced..." button from the new "authenticate buddy" dialog.]
<<less
Download (0.39MB)
Added: 2007-08-10 License: GPL (GNU General Public License) Price:
807 downloads
Yahoo Messenger 1.0.4

Yahoo Messenger 1.0.4


Yahoo! Messenger for UNIX is an instant messenger. more>>
Yahoo! Messenger for Unix sends instant messages to your Windows and Unix friends!
Enhancements:
- Improved Emoticons - Improved Message Archive - Improved sound on RedHat kernels - Yahoo! Address Book integration - File transfer with Windows clients -
<<less
Download (0.91MB)
Added: 2005-06-15 License: LGPL (GNU Lesser General Public License) Price:
1171 downloads
Kopete Massive Messenger 0.1

Kopete Massive Messenger 0.1


Kopete Massive Messenger is a Kommander script that lets you send repetitive messages to your Kopete contacts. more>>
Kopete Massive Messenger is a Kommander script that lets you send repetitive messages to your Kopete contacts.

<<less
Download (0.016MB)
Added: 2006-02-22 License: GPL (GNU General Public License) Price:
1355 downloads
SMSSender 0.1

SMSSender 0.1


SMSSender is an application for sending SMS messages. more>>
SMSSender is an application for sending SMS messages.

It provides a user interface with a drop-down list of available cell phone carriers and text areas for the telephone number, subject, and SMS body.
<<less
Download (0.47MB)
Added: 2005-08-23 License: GPL (GNU General Public License) Price:
1676 downloads
Smarty and MIME message integration 2007-05-21

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.

<<less
Download (MB)
Added: 2007-05-24 License: LGPL (GNU Lesser General Public License) Price:
884 downloads
Learning Management System 1.14

Learning Management System 1.14


Learning Management System allows users to manage online learning classes. more>>
Learning Management System allows users to manage online learning classes.
It allows them to set up classes, create assignments online, and send messages to students from within the system for tracking.
Learning Management System is a simple system to move academic classes onto the Web in order to reach a larger audience.
Enhancements:
- This release fixed two bugs in the library file system.
<<less
Download (0.10MB)
Added: 2006-01-26 License: Other/Proprietary License with Source Price:
1368 downloads
Mail::Send 1.74

Mail::Send 1.74


Mail::Send is a simple electronic mail interface. more>>
Mail::Send is a simple electronic mail interface.

SYNOPSIS:

require Mail::Send;

$msg = new Mail::Send;

$msg = new Mail::Send Subject=>example subject, To=>timbo;

$msg->to(user@host);
$msg->to(user@host, user2@example.com);
$msg->subject(example subject);
$msg->cc(user@host);
$msg->bcc(someone@else);

$msg->set($header, @values);
$msg->add($header, @values);
$msg->delete($header);

# Launch mailer and set headers. The filehandle returned
# by open() is an instance of the Mail::Mailer class.
# Arguments to the open() method are passed to the Mail::Mailer
# constructor.

$fh = $msg->open; # some default mailer
# $fh = $msg->open(sendmail); # explicit

print $fh "Body of message";

$fh->close; # complete the message and send it

$fh->cancel; # not yet implemented
<<less
Download (0.047MB)
Added: 2006-05-05 License: Perl Artistic License Price:
1269 downloads
GladeNetSend 0.9.1

GladeNetSend 0.9.1


GladeNetSend is a GTK- based NetSend GUI for linux for sending and recieving net sends from linux/windows machines. more>>
GladeNetSend is a GTK- based NetSend GUI for linux for sending and recieving net send from linux/windows machines.
Uses Samba to send and recieve messages. It can be minimized into the system tray and a popup window will appear as soon as a message is recieved.
Enhancements:
- if the icon file is not found, "NetSend" appears in the system Tray
<<less
Download (0.064MB)
Added: 2005-09-23 License: GPL (GNU General Public License) Price:
1491 downloads
Net::SMS::Clickatell 0.05

Net::SMS::Clickatell 0.05


Net::SMS::Clickatell is Perl module access to Clickatell SMS messaging service. more>>
Net::SMS::Clickatell is Perl module access to Clickatell SMS messaging service.

SYNOPSIS

use Net::SMS::Clickatell;

my $catell = Net::SMS::Clickatell->new( API_ID => $api_id );
$catell->auth( USER => $user, PASSWD => $passwd );
$catell->sendmsg( TO => $mobile_phone, MSG => Hi, Im using Clickatell.pm );

Clickatell (http://www.clickatell.com) is a commercial service that allows its users to send SMS messages to anyone in the world. This service supports many ways to send messages, for example HTTP, SMTP and SMPP, among others.

Net::SMS::Clickatell provides OO methods that allow to send SMS messages through Clickatell service.

Note that whether this software nor the author are related to Clickatell in any way.

METHODS

new

Creates the Clickatell object.

Usage:

my $catell = Net::SMS::Clickatell->new( API_ID => $api_id );

The complete list of arguments is:

API_ID : Unique number received from Clickatell when an account is created.
UseSSL : Tell Clickatell module whether to use SSL or not (0 or 1).
BaseURL : Default URL used to connect with Clickatell service.
UserAgent : Name of the user agent you want to display to Clickatell service.
auth
Logs in Clickatell service,

Usage:

$catell->auth( USER => $user, PASSWD => $passwd );
where $user and $password are your credentials for Clickatell service.

This method returns 1 or 0 if we logged in or not .

sendmsg

Sends a message trought Clickatell service.

Usage:

$catell->sendmsg( TO => $mobile_phone, MSG => $msg );

where $mobile_phone is the mobile phone number that you wants to sends the message (international format, no leading zeros) and $msg is the messages text.

This method return 1 or 0 if we successfully sent the message or not.
session_id

Set or retrieve a session identificator number. This number is returned by Clickatell service when a user logs in successfully in the service.

Usage:

$catell->session_id(); # Retrieve session identificator number

or

$catell->session_id($sid); # Set session identificator number to $sid
msg_id

Set or retrieve a message identificator number. This number is returned by Clickatell service is a message was successfully sent.

Usage:

$catell->msg_id(); # Retrieve message identificator number

or

$catell->msg_id($mid); # Set message identificator number to $mid

error

Returns a code that describes the last error ocurred.

Example:

if(my $error = $catell->error) {
if($error == 1) {
die("Username or password not definedn");
} elseif ($error == 2) {
die("Username or password invalidn");
} else {
die("Unexpected faultn");
}
}

Complete list of error codes:

0 - No error
1 - Username or password not defined
2 - Username or password wrong
3 - Server has problems
4 - The message couldnt be sent

<<less
Download (0.004MB)
Added: 2007-05-24 License: Perl Artistic License Price:
884 downloads
SMS::Send::TW::PChome 0.01

SMS::Send::TW::PChome 0.01


SMS::Send::TW::PChome is a SMS::Send driver for sms.pchome.com.tw. more>>
SMS::Send::TW::PChome is a SMS::Send driver for sms.pchome.com.tw.

SYNOPSIS

use SMS::Send::TW::PChome;

my $sender = SMS::Send->new(TW::PChome,
_username => UserName,
_password => Password,
_authcode => AuthCode,
);

my $sent = $sender->send_sms(
text => My very urgent message,
to => 0912345678,
);

<<less
Download (0.003MB)
Added: 2007-03-26 License: Perl Artistic License Price:
946 downloads
SMS::Send::DE::MeinBMW 0.02

SMS::Send::DE::MeinBMW 0.02


SMS::Send::DE::MeinBMW is an SMS::Send driver for the www.meinbmw.de website. more>>
SMS::Send::DE::MeinBMW is an SMS::Send driver for the www.meinbmw.de website.

SYNOPSIS

use SMS::Send;
# Get the sender and login
my $sender = SMS::Send->new(DE::MeinBMW,
_login => xx@yyy.de, # your email address
_password => mypasswd, # your reqistered password from www.meinbmw.de
);

# Send a message to ourself
my $sent = $sender->send_sms(
text => Messages have a limit of 160 chars,
to => +49 4 444 444,
);

# Did it send?
if ( $sent ) {
print "Sent test messagen";
} else {
print "Test message failedn";
}

SMS::Send::DE::MeinBMW is an regional SMS::Send driver for Germany that delivers messages via the http://www.meinbmw.de.

You must register to use this FREE service for all BMW drivers.
guesses, what I drive for a car.

<<less
Download (0.005MB)
Added: 2007-01-17 License: Perl Artistic License Price:
1011 downloads
SmsDumper 0.8.2

SmsDumper 0.8.2


SmsDumper is a Java client for the Clickatell service to send SMSes to GSM mobile phones from the Internet. more>>
SmsDumper is a Java client for the Clickatell service to send SMSes to GSM mobile phones from the Internet. The subscription to this service is free, and you get 10 free credits at registration. You can then buy more credits to continue tu use the service.

I think this service is quite convenient as the cost of an SMS is generally cheaper than average rates. You can alse set the number of the sender so that the receiver cant see any difference between an SMS sent from this service and one sent from your mobile.

Contact list

The main panel of SmsDumper contains your contact list: you can add contacts, and for each contact, you can set how many mobile numbers you need.

Double-clicking on a number allows you to send SMS messages to the network.

Send Sms to the network

To send an SMS message you must open the "sms" panel.

Here are the fields you use to compose the message: the sender number (you can use alphanumeric characters, but my advice is to set it with your number with the leading +, so the receiver can retrieve your name from his phone book), the destination number (without the leading +), and the message. It will be reported also the contact name if you use a number registered into the contact list.

When you type into the message textarea you can see the message length and the number of concatenated SMS messages.

You can also set the time of delivery selecting with how many minutes of delay send the message.

Setting the messages priority as AUTO the system try to send the message through the lowest cost network: if it fails, it automacally grow up to the next better queue. If you want you can choose manually the queue to use (high, medium or low priority).

Finally if you want to make the message appears immediately on the display of the receiver you can set the Flash message checkbox.

When the form is filled you can send the message.

The "V" button near the "To" field allows you to check if the destination network is covered by the service and the cost of an SMS sent to that network. Remember that it only checks if the network is reachable, not if the number is real!

When you send an SMS you can check the delivery status by clicking on the "Show status of last Sms sent" button.
<<less
Download (0.043MB)
Added: 2006-08-14 License: GPL (GNU General Public License) Price:
1167 downloads
SMoS 0.3

SMoS 0.3


SMoS can be used in conjunction with procmail and mail2sms to compact and redirect your mail to your mobile phone. more>>
SMoS stands for Send Messages over SMS and can be used in conjunction with procmail and mail2sms to compact and redirect your mail to your mobile phone.

It only uses netcat and is able to set Referrer, Content-length and Host headers for virtual hosts.

Youll have to add you favorite SMS service provider yourself.

Source and binary (noarch) RPM-packages can be created by issuing:

# rpm -ta --target noarch smos-x.y.tar.gz
<<less
Download (0.011MB)
Added: 2006-09-19 License: GPL (GNU General Public License) Price:
1131 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5