
bulkmail - Simple but fleksible bulkmailer

bulkmail [--dryrun] [--dump] [--verbose] [--quiet] --recipients <file> --template <file>

Do not send any mails
Dump mail in mbox format
Be more verbose
Don't say anything implicitely
File containing list of recipients. Can be formatted as CSV, JSON, YAML or as an simple list of email addresses. For CSV files the first line defined a list of fields. JSON and YAML files should define a list of hashes or a hash of hashes (The key will be knowsn as 'email' in the template).
A file containing a Template Toolkit template

You can find more documentation in the App::Bulkmail documentation with the perldoc command.
perldoc App::Bulkmail

Peter Makholm, <peter at makholm.net>

Please report any bugs or feature requests to bug-app-bulkmail at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=App-Bulkmail. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

Copyright 2009 Peter Makholm.
This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.
See http://dev.perl.org/licenses/ for more information.