Mailtrap Perl integration
Mailtrap can be integrated with Perl apps and projects for sending and/or testing purposes. Choose the one that suits your needs.
Email API/SMTP for Perl
SMTP integration
To integrate SMTp with your Perl app, navigate to the Integrations tab, choose the desired Perl framework, and copy-paste the credentials or ready-made code snippets.
Note that SMTP integration is compatible with any Perl framework or library that sends emails via SMTP.
Read more about SMTP integration here.
RESTful API integration
To integrate Mailtrap using RESTful API, simply copy/paste the API endpoint and API Token into the configuration file of a Perl framework or library that supports HTTP requests.
For more details, refer to the API documentation.
Read more about API integration here.
Email Testing for Perl
SMTP integration
Within the Email Testing menu, navigate to the Inbox and find your SMTP credentials and code snippets for Perl frameworks. Then, simply copy/paste them into your Perl project.
Read more about Email Testing SMTP integration here.
RESTful API integration
To use Email Testing API, simply copy/paste the API endpoint and API Token into the configuration file of a Perl framework or library that supports HTTP requests.
For more details, refer to the API docs.