Mail::URLFor - Create deep links into mail clients

DESCRIPTION

This module allows you to create (clickable) URLs to emails that
will open in the respective (native) client or Gmail.

This is useful if you have a web application but still want to connect
an object on the web page with an email in a local mail client.


INSTALLATION

This is a Perl module distribution. It should be installed with whichever
tool you use to manage your installation of Perl, e.g. any of

  cpanm .
  cpan  .
  cpanp -i .

Consult http://www.cpan.org/modules/INSTALL.html for further instruction.
Should you wish to install this module manually, the procedure is

  perl Makefile.PL
  make
  make test
  make install


REPOSITORY

The public repository of this module is
L<http://github.com/Corion/Mail::URLFor>.

SUPPORT

The public support forum of this module is
L<https://perlmonks.org/>.



BUG TRACKER

Please report bugs in this module via the RT CPAN bug queue at
L<https://rt.cpan.org/Public/Dist/Display.html?Name=Mail-URLFor>
or via mail to L<mail-urlfor-Bugs@rt.cpan.org>.



AUTHOR

Max Maischein C<corion@cpan.org>

LICENSE

This module is released under the same terms as Perl itself.

COPYRIGHT (c)

Copyright 2019 by Max Maischein C<corion@cpan.org>.