NAME

bulkmail - Simple but fleksible bulkmailer

SYNOPSIS

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

ARGUMENTS

--dryrun

Do not send any mails

--dump

Dump mail in mbox format

--verbose

Be more verbose

--quiet

Don't say anything implicitely

--recipients <file>

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).

--template <file>

A file containing a Template Toolkit template

SEE ALSO

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

    perldoc App::Bulkmail

AUTHOR

Peter Makholm, <peter at makholm.net>

BUGS

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 & LICENSE

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.