Vlad-Cosmin Sandu

Results 7 comments of Vlad-Cosmin Sandu

@ctessmer, thank you for your feedback! I'm one of the maintainers for `Postmark-PHP`. I definitely agree that currently using this endpoint is less than ideal and the ideas described above...

@MatthewArnott thanks for bringing up this issue! This exception has been generated in the error handling logic used when sending requests to our API. Based on the [code path](https://github.com/wildbit/postmark-php/blob/136e3d0884411ca23d0bac02470cfa1d14be676c/src/Postmark/PostmarkClientBase.php#L168) in...

@smoelker thank you for submitting this PR and sorry for the delay in replying here. Adding an `IPostmarkClient` interface for better testability was previously discussed in detail in another issue...

@JosKrause I am part of the Postmark team and this project is one of the official libraries that we are maintaining. We are ensuring that the library has feature parity...

`Postmark-dotnet` is currently built only for .NET Standard (2.0). As mentioned above, .NET Core has great support for .NET Standard, but it's a little bit messy for .NET Framework, generally...

@mcosier thank you for submitting this PR! Note that you can already set the `Cc` field on a message, via the Object Initialiser, as the field is already present on...

@mcosier thank you for your message and I apologise for the delay! I agree that's a valid concern. I went ahead and updated our [wiki examples](https://github.com/wildbit/postmark-dotnet/wiki/Sending-Email#sending-complex-emails) to include usage of...