Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mailslurp/mailslurp-client-perl
Perl email API for MailSlurp. Create test email accounts and send and receive emails using Perl.
https://github.com/mailslurp/mailslurp-client-perl
Last synced: 4 days ago
JSON representation
Perl email API for MailSlurp. Create test email accounts and send and receive emails using Perl.
- Host: GitHub
- URL: https://github.com/mailslurp/mailslurp-client-perl
- Owner: mailslurp
- License: mit
- Created: 2021-04-08T10:56:49.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-06-03T06:05:46.000Z (7 months ago)
- Last Synced: 2024-11-08T17:11:54.968Z (about 2 months ago)
- Language: Perl
- Size: 2.42 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
- License: LICENSE
- Security: SECURITY.md
- Support: SUPPORT.md
Awesome Lists containing this project
README
# Perl Email API
Official MailSlurp client for Perl.
## Resources
- [API documentation](https://docs.mailslurp.com/api/)
- [GitHub source](https://github.com/mailslurp/mailslurp-client-perl).## Install
### Setup CPAN
Install `cpanm` if you don't already have it by running this command:
```bash
cpan App::cpanminus
```