The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Dancer2::Plugin::Cart::Ext::Email

VERSION

version 0.0002

SYNOPSIS

        use Dancer2;
        use Dancer2::Plugin::Cart;
        use Dancer2::Plugin::Cart::Ext::Email;

DESCRIPTION

This is and extention to Dancer2::Plugin::Cart in order to add emai funcionality on the checkout process.

CONFIGURATION plugins: Cart: plugin: Email: sender: 'ruben@rubenamortegui.com'

AUTHOR

YourSole Core Developers

DEVELOPERS

Ruben Amortegui <ruben.amortegui@gmail.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2016 by Ruben Amortegui.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.