Dist::Zilla::Plugin::EmailNotify(3pm) User Contributed Perl Documentation Dist::Zilla::Plugin::EmailNotify(3pm)

Dist::Zilla::Plugin::EmailNotify - send an email on dist release

version 0.004

This plugin allows one to send an email when releasing.

Who is sending the email?

    [EmailNotify]
    from = xsawyerx@cpan.org

Multiple single recipients. These will compose the 'to' field.

    [EmailNotify]
    recipient = jack@myemail.com
    recipient = jill@myemail.com

Direct recipients string. This should be comma separated.

    [EmailNotify]
    to = jack@myemail.com, jill@myemail.com

Any CC you may want. This should be comma separated.

    [EmailNotify]
    cc = myboss@myemail.com, jacksboss@myemail.com

Any BCC you may want. This should be comma separated.

    [EmailNotify]
    bcc = topgun@myemail.com

The 'to' email field.

This array reference of strings will be used to compose the 'to' email field.

It is used in case you want to comfortably write down the recipients instead of one long string. This is not provided for other fields.

The 'from' email field.

The 'cc' email field.

The 'bcc' email field.

Method to actually send the email right after the 'release' process. Takes all the arguments, creates a body message text using last change log entry and sends the email using Email::Stuff.

Builder to take all the recipient attribute values and create a single string.

Internal, Config::MVP related. Creates a multivalue argument.

Sawyer X <xsawyerx@cpan.org>

This software is Copyright (c) 2016 by Sawyer X.

This is free software, licensed under:

  The MIT (X11) License
2022-06-13 perl v5.34.0