resend-php icon indicating copy to clipboard operation
resend-php copied to clipboard

Resend's Official PHP SDK

Results 11 resend-php issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/resend/resend-php). ## Config Migration Needed - [ ]...

To improve the development experience it might be handy to create a fluent interface to easily send emails: ```php use Resend\Email; $resend = Resend::client('re_123456789'); $email = (new Email()) ->to('...') ->from('...')...

This PR changes the HTTP Transporter to check for JSON content-type when checking for error responses.

enhancement

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ubuntu](https://redirect.github.com/actions/runner-images) | github-runner | major | `22.04` -> `24.04` | --- ### Configuration...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [pestphp/pest](https://redirect.github.com/pestphp/pest) | `^2.0` -> `^3.0` | [![age](https://developer.mend.io/api/mc/badges/age/packagist/pestphp%2fpest/3.5.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/packagist/pestphp%2fpest/3.5.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

I am trying to send an embedded image so that can be displayed directly from the email using the CID but it seems that resend doesn't support it, at least...

I am using resend laravel sdk to send email using regular mail facades with queue. It uses resend php under the hood. I see in the failed job table it...

Closes #2 Hello, I’ve worked on adding a fluent interface to simplify the process of sending emails, as suggested in issue #2. With this approach, users can now compose emails...

Add an endpoint in the actual API for that (idk where to ask)