fix: correct Mailgun API URL and enhance error handling in MailgunAccount class

- Fixed the incorrect API URL in MailgunAccount class.
- Improved error handling for email sending failures by providing detailed error messages based on response content.
- Updated test file to export the tap.start() function for better module integration.
This commit is contained in:
2025-10-17 08:48:22 +00:00
parent 2c88f50625
commit d0686ecfe8
4 changed files with 812 additions and 804 deletions

View File

@@ -66,4 +66,4 @@ tap.test('should retrieve a mail using a retrieval url', async () => {
}
});
tap.start();
export default tap.start();