olegwtf/p5-Mojo-SMTP-Client
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
NAME Mojo::SMTP::Client - SMTP client based on Mojo::IOLoop DESCRIPTION With Mojo::SMTP::Client you can easily send emails from your Mojolicious application without blocking of Mojo::IOLoop. DEPENDENCIES Mojolicious 5.0+ INSTALLATION perl Makefile.PL make && make test && make install