https://github.com/ctsit/bulk_mail
Command line tool for sending email using a data file and email template as inputs
https://github.com/ctsit/bulk_mail
Last synced: 26 days ago
JSON representation
Command line tool for sending email using a data file and email template as inputs
- Host: GitHub
- URL: https://github.com/ctsit/bulk_mail
- Owner: ctsit
- Created: 2018-04-17T18:31:57.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-17T18:40:32.000Z (about 8 years ago)
- Last Synced: 2025-02-27T20:33:07.994Z (over 1 year ago)
- Language: Perl
- Size: 6.84 KB
- Stars: 0
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bulk Mailer
Command line tool for sending email using a data file and email template as inputs. It's email-merge for admins.
## Author
Geof Gowan, geof@jgbg.org, April 4, 2007
## Usage
USAGE: bulk-mail -data ... -from ... -template ...
REQUIRED:
-data The text file with email addresses and other variables
to be merged with the email template.
-from The email address to put in the From: line
-template The email template file.
OPTIONAL:
-smtp Alternate smtp server. The default is smtp.ufl.edu
-max Maximum messages per SMTP session. Default is 30.
-wait Set pause in seconds between SMTP sessions. Default is 1.
-local If delivering to local users, this will disable the
check for \@ in recipient addresses.
-quiet Suppress progress feedback and errors.
-stealth If set, will pause 1 second between each sent email.
-verbose Provide feedback for successfully sent email.
For more details run `perldoc bulk-mail`