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.050.460 Times

Auto Confirmation Email freeware
Filter: All | Freeware | Demo
 

Auto Confirmation Email

< 1 2 3 4 5 > 
Added: January 21, 2010 | Visits: 1.808

Auto Project Planner Auto Project Planner software automatically calculates a proper project plan based on your effort estimations and the due dates you have in mind. A list of tasks and a list of employees can be defined. Tasks can be assigned to one or more employees. The project is also possible to define a...



Platforms: *nix

License: Freeware Size: 378.88 KB Download (129): Auto Project Planner Download

Added: May 22, 2010 | Visits: 2.160

Attach to Email Service Menu Attach to Email Service Menu is a service menu for Konqueror that works in conjunction with a python script to allow the user to select multiple files and add them as attachments to an email using whatever mail client is configured. If a directory is selected, then its contents will be attached...





Platforms: *nix

License: Freeware Size: 7.17 KB Download (113): Attach to Email Service Menu Download

Added: June 26, 2010 | Visits: 1.154

Math::Random::MT::Auto Math::Random::MT::Auto is a Perl module for auto-seeded Mersenne Twister PRNGs. SYNOPSIS use strict; use warnings; use Math::Random::MT::Auto qw(rand irand shuffle gaussian), /dev/urandom => 256, random_org; # Functional interface my $die_roll = 1 + int(rand(6)); my $coin_flip =...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (98): Math::Random::MT::Auto Download

Added: August 23, 2010 | Visits: 1.261

Data::ICal::Entry::Alarm::Email Data::ICal::Entry::Alarm::Email is a Perl module that represents an emailed alarm in an iCalendar file. SYNOPSIS my $valarm = Data::ICal::Entry::Alarm::Audio->new(); $valarm->add_properties( attach => [ "basic:ftp://host.com/pub/sounds/bell-01.aud", { fmttype => "audio/basic" } ], #...


Platforms: *nix

License: Freeware Size: 102.4 KB Download (95): Data::ICal::Entry::Alarm::Email Download

Added: September 15, 2010 | Visits: 1.314

Email Security through Procmail Email Security through Procmail (the Procmail Sanitizer) provides methods to sanitize email, removing obvious exploit attempts and disabling the channels through which exploits are delivered. Email Security through Procmail also provides facilities for detecting and blocking Trojan Horse...


Platforms: *nix

License: Freeware Size: 97.28 KB Download (92): Email Security through Procmail Download

Added: May 18, 2010 | Visits: 901

Email::Handle Email::Handle is a Objective Email Handler. SYNOPSIS use Email::Handle; my $email = Email::Handle->new(root@example.com); print $email->is_valid ? yes : no; print $email->obfuscate; print $email->anonymize; print $email; $email->send(From => foo@example.com); This module is also...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (100): Email::Handle Download

Added: March 12, 2010 | Visits: 954

Email::Find Email::Find allows you to find RFC 822 email addresses in plain text. Email::Find is a module for finding a subset of RFC 822 email addresses in arbitrary text (see "CAVEATS"). The addresses it finds are not guaranteed to exist or even actually be email addresses at all (see "CAVEATS"), but...


Platforms: *nix

License: Freeware Size: 39.94 KB Download (132): Email::Find Download

Added: October 09, 2010 | Visits: 1.257

Email Files Thunderbird Email Files Thunderbird is a very simple service menu script, to email one or more files with Thunderbird to any address or to a given address, which i assume is used as a "backup" space. The subject is automatically updated according to the attached files and, in case you choose to send to...


Platforms: *nix

License: Freeware Size: 2.05 KB Download (92): Email Files Thunderbird Download

Added: November 14, 2010 | Visits: 1.130

Auto-autofs Auto-autofs is a Perl script that searches the hardware for block devices using the /proc directory. The project finds partitions on harddisks via fdisk and tries to detect the filesystems. The script generates also automounter entries for all ISO (or other loopback) files in special folders....


Platforms: *nix

License: Freeware Size: 37.89 KB Download (94): Auto-autofs Download

Added: August 22, 2010 | Visits: 1.559

RH Email Server The Email Server is designed to provide services offered by its commercial email products, such as IMAP/POP services, Web-Based Email Interface and Administration, Mail Filtering, Spam Blocking and Directory-Based Authentication and Addressbooks. RH Email Server is fine for businesses and...


Platforms: *nix

License: Freeware Size: 19.44 MB Download (99): RH Email Server Download

Added: July 05, 2010 | Visits: 16.915

Reply-o-Matic Reply-o-Matic is a highly configurable and secure auto-reply software, to be used in conjunction with any Mail Delivery/Transfer Agent or local delivery agent. Reply-o-Matic provides an easy, uniform way to autoreply to email messages. Whats New in This Release: - Adding new flag (-e),...


Platforms: *nix

License: Freeware Size: 26.62 KB Download (133): Reply-o-Matic Download

Added: November 03, 2010 | Visits: 1.440

Email::Store::DBI Email::Store::DBI is a Perl module for database backend to Email::Store. SYNOPSIS use Email::Store dbi:...; This class is a subclass of Class::DBI and contains means for Email::Store-based programs to register what DSN they wish to use. It also provides for building database tables from...


Platforms: *nix

License: Freeware Size: 28.67 KB Download (94): Email::Store::DBI Download

Added: September 08, 2010 | Visits: 2.028

Email::Store Email::Store is a framework for database-backed email storage. SYNOPSIS use Email::Store dbi:mysql:mailstore; Email::Store->setup; # Do this once Email::Store::Mail->store( $rfc822 ); Email::Store::Mail->retrieve( $msgid ); ... Email::Store is the ideal basis for any application which...


Platforms: *nix

License: Freeware Size: 27.65 KB Download (103): Email::Store Download

Added: February 12, 2010 | Visits: 1.472

Email::FolderType::MH Email::FolderType::MH is a Perl class to help Email::FolderType recognise MH mail directories. SUBROUTINES folder_type < path > Automatically detects what type of mail folder the path refers to and returns the name of that type. It primarily bases the type on the suffix of the path...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (108): Email::FolderType::MH Download

Added: February 08, 2010 | Visits: 1.048

Email::Filter::SpamAssassin Email::Filter::SpamAssassin is a Perl module to integrate Mail::SpamAssassin in Email::Filter. SYNOPSIS use Email::Filter::SpamAssassin; # subclass of Email::Filter my $email = Email::Filter::SpamAssassin->new; my $status = $email->spam_check; $email->ignore if $status->is_spam; # or...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (97): Email::Filter::SpamAssassin Download

Added: January 25, 2010 | Visits: 911

Email Encoder Email Encoder encodes your email address so that most of the spam bots that go around websites grabbing email addresses are not spidering your email address. It does this by encoding the text into ASCII characters.


Platforms: Mac

License: Freeware Download (98): Email Encoder Download

Released: May 22, 2013  |  Added: September 27, 2013 | Visits: 2.087

Smart Auto Shutdown Smart Auto Shutdown automatically shuts down your computer and cleans up unneeded temporary files ahead of time, along with traces of your Internet use. Improve PC performance by cleaning up your system and protect your Internet privacy by cleaning up your usage traces every time before shutdown....


Platforms: Windows

License: Freeware Size: 604 KB Download (153): Smart Auto Shutdown Download

Released: May 14, 2010  |  Added: June 07, 2010 | Visits: 6.125

Standard Mouse Auto Clicker Advanced Mouse Auto Clicker is a powerful yet easy-to-use tool with many more features that can free your hands and save your time. it's an inexpensive automatic mouse clicking utility. it's used to automate screen mouse clicks at specified intervals and any location on the screen.


Platforms: Windows, Other

License: Freeware Size: 447.94 KB Download (2614): Standard Mouse Auto Clicker Download

Released: November 16, 2010  |  Added: November 24, 2010 | Visits: 2.909

Auto Shop Invoicer Auto Shop Invoicer is Automotive Invoicing Software that is easy to use, affordable, and flexible enough to handle the management tasks common to your automotive repair shop, motorcycle shop, small engine repair shop, etc. Automotive Repair Shops that have been using this software over the...


Platforms: Windows

License: Freeware Size: 3.6 MB Download (448): Auto Shop Invoicer Download

Released: January 10, 2012  |  Added: January 31, 2012 | Visits: 1.569

Auto FTP Manager Download Auto FTP Manager,powerful FTP client with support for FTP and FTP/SSL. Use it for web site publishing and maintenance, uploading and downloading files and backing up servers. With Auto FTP Manager file transfer tasks take less time and less effort. Schedule file transfers to take place...


Platforms: Windows, Other

License: Freeware Size: 4.37 MB Download (117): Auto FTP Manager Download

< 1 2 3 4 5 >