craigpaul / laravel-postmark

A Postmark adapter for Laravel
MIT License
204 stars 23 forks source link

Testing postmark TLS configuration changes #122

Closed GabrielBuragev closed 3 years ago

GabrielBuragev commented 3 years ago

Detailed description

I am trying to figure out how to test the upcoming tls configuration changes on the postmark api : https://postmarkapp.com/updates/upcoming-tls-configuration-changes-for-api-users-action-may-be-required

Context

These changes may affect the application’s ability to continue to send mail through Postmark.

Your environment

craigpaul commented 3 years ago

Hey @GabrielBuragev, can you take a look at the linked PR and let me know if that can solve your issue 👍

mvdnbrk commented 3 years ago

Make sure your infrastructure is up to date and this change won't affect you.

GabrielBuragev commented 3 years ago

Hey @GabrielBuragev, can you take a look at the linked PR and let me know if that can solve your issue

This PR will be sufficient for testing. Thanks for the quick resolve !