MAILATTACH
Write a Review
Add to My Favorite
Refer it to Friend
Report Broken Link
Other links at CGI and Perl > Scripts and Programs > Email Systems > Email Utilities
MAILATTACH - Send email with an attachment from a command line
# Version 0.2
# Copyleft 2005 - Nathan E. Pralle
#
# DESCRIPTION: This utility allows you to send an email with a file
# attachment, MIME-encoded, from the command line. Handy when you
# are SSH-ed in somewhere and can't get to a visual email client.
#
# SYNTAX: mailattach to_address subject body file1 file2 file3...
Category:
The Autoresponder and Mailing List Manager AMLM Pro is a powerful autoresponder and mailing list management software that is reliable, powerful, easy to setup and affordable.
Category:
Blacklister is an automated email blacklist generator. To use it, set up a fake email address and publish it on the internet where spammers will pick it up. Set up qmail to add the addresses of anyone who sends email to the fake address to a blacklist. Then, set up qmail to use that list to protect your other addresses.
Category:
MAILQ-TIP was written because in a high-capacity mailing site using Sendmail, typing mailq can be an exercise in frustration as you attempt to parse which hosts are the most problematic, why mail isn't travelling, and generally attempting to understand what's going on with sendmail. All the information is there, but you can't just figure out the big problems "at-a-glance" when thousands of queued messages are scrolling by.
Description
MAILQ-TIP is a perl script that uses the mailq command that comes as part of Sendmail and generates a pair of HTML report pages from the resultant information. It will also send a summary to the local screen as it does this.
Example Reports (Screenshots)
Here is an example of a typical report generated by MAILQ-TIP, using extremely falsified domains and assuming that your site gets a very significant amount of traffic. Low-traffic sites will be bored silly by the reports generated. If you get more than 1,000 mail messages in your queue on a typical day, this script might be of use to you; otherwise, it's not for you
Category:
Email piping is a powerful technique, which allows advanced on-the-server email processing such as sending an auto response, submitting help desk ticket, subscribing the sender to a newsletter, spam filtering etc. Unfortunately the email piping feature is not available with each and every hosting account. If your hosting provider does not support email piping, you may use an alternate technique - pop3 account polling.
The idea is pretty simple: poll an external POP3 account on a regular basis, retrieve email messages (if any), execute an email processing program and feed the message text to the program's standard input.
Category: