Jayan Ratna

Results 23 comments of Jayan Ratna

Hey @HelixForge, really appreciate the in depth issue here as well as the PR to the PHP SDK. I will try to replicate this issue on my end as well...

I feel like it could be the case where it's incorrectly formatted from the API. Did the Resend Dashboard provide any logs for you?

So I did a test with the password reset email. I used `resend/resend-laravel` `v0.18.0` (with `resend/resend-php` `v0.17.0`) and I wasn't able to reproduce the error. An error could have been...

Just pushed a fix for this issue (https://github.com/resend/resend-php/pull/80). The fix is available in `resend/resend-php` v0.18.1. Let me know if this fixes it

Marking this as complete. Please let me know if this issue still occurs on the latest release of the library (`v0.23.0`)

I'll take a look at the issue. Is it possible for you to provide the code for your Mailable class or API request payload if you're using the Facade.

This is perfect thanks! Give me a day or two while I look into this for you. I think you might also be able to refactor this code to be...

@ndijkstra I wasn't able to reproduce the error on my end. Could you please send through some dummy data for `$this->data` that fails?

You're absolutely right about the error being returned as an exception. I actually already have a fix for that waiting for review: https://github.com/resendlabs/resend-php/pull/35 @bukinoshita could you please review the above...

@ndijkstra could you please try reinstall `resend/resend-laravel` and ensure that `resend/resend-php` `0.7.2` is installed? This will fix the `invalid_parameter` exception issue.