Skip to content

300code/Perl-Bulk-Mailer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

bMailer (Bulk Mailer)

bMailer is a bulk mailer program writen in Perl. This product uses sendmail program to send bulk mail. The email addresses are read from a file, called the Data File. The message is sent from a template file, called the Message Template File.

Data File

The data file holds the list of email addresses, where the mail has to be sent. The addresses are separated by new lines.

Message Template File

This file contains the message template to be sent. You can have a special variable $USERNAME$, which will be translated to the name before "@" symbol of the receiver.

Usage

You can either directly edit the file bmail.pl, and modify the contents in the user configuration section or use command line options to specify the details about Data File and Message Template File.

Command Line Options

-t	Test how the message will be formatted
-d	Data file listing the email addresses
-m	Message template file
-s	Subject
-f	From address. Quote for security reasons
--help	Display Help

Example usages:

$ ./bmail.pl -d addr.dat -m msg.template \
  -s "Hello $USERNAME$" -f "Mido<[email protected]>"

$ ./bmail.pl -t

Cooperation

Thanks for Mido Hamed @300code https://github.com/300code to modify and fix the issue for sending bulk without limit per resources also can either directly edit the file bmail.pl, and modify the contents in the user configuration section or use command line options to specify the details about Data File and Message Template File.

Licence

This application is distributed under Apache License v2:

http://www.apache.org/licenses/LICENSE-2.0

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published