Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.478.827 Times

Fast Mailer freeware
Filter: All | Freeware | Demo
 

Fast Mailer

1 2 3 4 5 > 
Released: November 19, 2012  |  Added: November 19, 2012 | Visits: 927

MaxBulk Mailer for Mac OS A full-featured and easy-to-use bulk mailer and mail-merge software for Macintosh that allows you to send out customized press releases, prices lists, newsletters, and any kind of text or HTML documents to your customers or contacts. MaxBulk Mailer is fast, fully customizable and very easy to... Platforms: Mac

License: Freeware Size: 49.4 MB Download (68): MaxBulk Mailer for Mac OS Download

Added: May 08, 2009 | Visits: 10.229

UnderCover Anonymous E-Mailer UnderCover Anonymous E-Mailer will allow you to send 100% anonymous e-mail to any e-mail address in the world.

License: Freeware Size: 1.46 MB Download (2206): UnderCover Anonymous E-Mailer Download

Added: November 08, 2006 | Visits: 4.571

LiteMail LiteMail is a fast and easy to use Mass Mailer. It supports mail merge, attachments, HTML, Image Embedding, Internal SMTP Server, Subscriptions, Multipart messages, several list management features and more. You can import existing mailing lists from comma-separated files, Windows Address Book,... Platforms: Windows

License: Freeware Size: 1.77 MB Download (714): LiteMail Download

Released: February 08, 2005  |  Added: March 04, 2006 | Visits: 8.083

V-Mailer V-Mailer is 32-bit command-line and batch mailer and supports SMTP authentication. It is a console application, which means that it can only be run from the DOS prompt or from inside a batch file. It willsend a message to any single email address. Platforms: Windows

License: Freeware Size: 200 KB Download (893): V-Mailer Download

Added: October 24, 2006 | Visits: 6.473

Super Fast Shutdown Have you ever wished there was a faster way to shutdown your Windows 2000 or Windows XP computer system? I mean instantly shut it down! Now you can! Just install Super Fast Shutdown and click on one of the desktop icons created to reboot or shutdown instantly Platforms: Windows

License: Freeware Size: 265 KB Download (979): Super Fast Shutdown Download

Released: May 16, 2014  |  Added: May 27, 2014 | Visits: 4.183

Fast Folder Access Fast Folder Access is a shell enhancement that gives you quick jump to your favorite folders in Common Open/Save dialogs, in Windows Explorer, the desktop and the Start Button.You access the Fast Folder menu by right-clicking anywhere in the File,Directory,directory background (right pane) of... Platforms: Windows, Windows 7

License: Freeware Size: 1.08 MB Download (237): Fast Folder Access Download

Added: May 05, 2010 | Visits: 1.176

Set::IntSpan::Fast Set::IntSpan::Fast is a Perl module for fast handling of sets containing integer spans. SYNOPSIS use Set::IntSpan::Fast; my $set = Set::IntSpan::Fast->new(); $set->add(1, 3, 5, 7, 9); $set->add_range(100, 1_000_000); print $set->as_string(), "n"; # prints 1,3,5,7,9,100-1000000 The... Platforms: *nix

License: Freeware Size: 102.4 KB Download (104): Set::IntSpan::Fast Download

Added: May 11, 2010 | Visits: 1.303

Fast Logging Project for Snort Fast Logging Project for Snort is designed to gather alerts with payload from distributed snort sensors on a central server and to store them in a database (MySQL and PostgreSQL are supported). On the sensor, the output is written to a process called sockserv. This process is threaded; one... Platforms: *nix

License: Freeware Size: 696.32 KB Download (101): Fast Logging Project for Snort Download

Added: October 27, 2010 | Visits: 1.727

Fast User Switch Applet Fast User Switch Applet is an applet for the GNOME 2.10 panel which allows for MacOS X-style menu-based user-switching. It integrates with GDM to switch between existing X11 sessions or create new ones as needed, and will show the same users as the GDM face browser. The applet can display... Platforms: *nix

License: Freeware Size: 522.24 KB Download (125): Fast User Switch Applet Download

Added: October 21, 2010 | Visits: 1.589

Fast Date Picker Fast Date Picker project is a calendar which is easy to integrate into pages that require the users to select a date like on travel sites. Written in ECMAScript, it responds faster to the users clicks than most of the server-side-based or Java-applet-based date pickers often found on travel... Platforms: *nix

License: Freeware Size: 4.1 KB Download (140): Fast Date Picker Download

Released: November 09, 2012  |  Added: March 30, 2013 | Visits: 2.067

Fast File Search Free Fast File Search Utility for Windows. Works with Windows XP onwards. This freeware utility lets you to search your files superfast and quick. Is of great use when searching something urgently. Platforms: Windows

License: Freeware Size: 4.43 MB Download (120): Fast File Search Download

Added: January 14, 2010 | Visits: 1.067

Fast OnlineUpdate for SuSE 0.15.0 Fast OnlineUpdate for SuSE is a replacement for SuSEs Yast OnlineUpdate (YOU). It uses the same update description files and is therefore a complete, lightweight alternative.. Platforms: *nix

License: Freeware Size: 86.02 KB Download (98): Fast OnlineUpdate for SuSE 0.15.0 Download

Added: February 27, 2010 | Visits: 974

Config::Fast Config::Fast is an extremely fast configuration file parser. SYNOPSIS # default config format is a space-separated file company "Supercool, Inc." support nobody@nowhere.com # and then in Perl use Config::Fast; %cf = fastconfig; print "Thanks for visiting $cf{company}!n"; print... Platforms: *nix

License: Freeware Size: 10.24 KB Download (96): Config::Fast Download

Added: April 27, 2010 | Visits: 2.012

Fast Secure File System Fast Secure File System exports existing directories securely over the network, letting users store and retrieve encrypted data in a scalable and transparent way. FSFS is written in C and works on GNU/Linux systems on x86 and PPC architectures, with help from FUSE and OpenSSL. File systems are... Platforms: *nix

License: Freeware Download (97): Fast Secure File System Download

Added: October 25, 2010 | Visits: 1.643

Attachment Mailer class Attachment Mailer class is a PHP class that can send email messages with multiple attachments and HTML. I wrote this class to integrate more functionality for classes like Access_user or DB_cart and others using PHP’s mail function. But the class can be also used in every web application... Platforms: *nix

License: Freeware Size: 19.46 KB Download (184): Attachment Mailer class Download

Added: January 05, 2010 | Visits: 1.106

Class::Accessor::Fast::Contained Class::Accessor::Fast::Contained is a Perl module for fast accessors with data containment. SYNOPSIS package Foo; use base qw(Class::Accessor::Fast::Contained); # The rest is the same as Class::Accessor::Fast This module does two things differently to the venerable Class::Accessor::Fast... Platforms: *nix

License: Freeware Size: 5.12 KB Download (101): Class::Accessor::Fast::Contained Download

Added: July 22, 2010 | Visits: 1.261

Katapult-Fast Track Katapult-Fast Track project is a Katapult fork based on the KDE SVN repository. It fixes several outstanding issues of upstream Katapult. Unfortunately, Katapult development stagnated and no progress has been made upstream for half a year. Hopefully someone from the team will actually reply to my... Platforms: *nix

License: Freeware Size: 655.36 KB Download (101): Katapult-Fast Track Download

Added: January 20, 2010 | Visits: 3.102

Fast Messaging Peer to Peer Fast Messaging Peer to Peer (FM P2P) is a simple P2P program that forms a TCP-based overlay network by which a user may chat or share files. Why name this FastMessaging when its anything but fast? Simply put, it is a reference to the underlying functioning of the application. TCUP, the protocol... Platforms: *nix

License: Freeware Size: 655.36 KB Download (103): Fast Messaging Peer to Peer Download

Added: July 01, 2010 | Visits: 1.575

Fast MD5 Implementation in Java Fast MD5 Implementation in Java is a heavily optimized implementation of the MD5 hashing algorithm written in Java. Fast MD5 Implementation in Java includes an optional native method for even greater speed improvements. How Fast Is It? Short answer:Much faster than any other Java... Platforms: *nix

License: Freeware Size: 74.75 KB Download (176): Fast MD5 Implementation in Java Download

Added: February 19, 2010 | Visits: 1.537

W3MAIL - fast and small web-mail client W3MAIL - fast and small web-mail client written in PHP5. It provides easy webmail access to IMAP accounts and has very few requirements to install.. Platforms: *nix

License: Freeware Size: 60.42 KB Download (116): W3MAIL - fast and small web-mail client Download

1 2 3 4 5 >