-
```php
$data = [
// ...
'user' => $userBloc->toArray(),
];
$response = view('viewName', $data)->render();
```
It says
```
185 Undefi…
-
Hello,
With Laravel 10.x, I use it without any problem laravel-dkim, but if I try to send the mail in a queue I get an error message (but the mail goes anyway).
```
use Illuminate\Contracts\Q…
-
Postmark has an option for Batch Email sending.
It would be really good if you can add this feature to v3 so we can use Laravel 8 Mailer for our Newsletters.
-
I was Creating New Conversations from API Module with threads and users in Request Body.
I was created near 6000 conversations with near 12.000 threads total.
I saw that APP is sending mails to …
-
Hi,
I tried both the SMTP configuration and the Send API, but it looks like my emails does not have the X-MJ-CustomID header.
Here is an example of a mailable:
```php
public function build()…
riiad updated
3 months ago
-
### What happened?
I get the error `Corrupted path detected` every day at midnight.
The package runs the cron to prune emails older than 60 days, every day at midnight. I recently upgraded to v1.4…
-
### What happened?
I can't see email logs in tenant, when I checked DB team id is null.
### How to reproduce the bug
- Setup tenant in fillament
- Create mailable at tenant panel
- Send email fro…
-
I extend my heartfelt gratitude to the Symfony community for your unwavering dedication and perseverance.
## Background
I was using the Laravel 10 mailer along with Symfony Mailer and encountered …
-
### Laravel Version
10.10
### PHP Version
8.2.16
### Database Driver & Version
_No response_
### Description
`Mail::send()` throws an exception despite the documentation on Larave…
-
### Laravel Version
10.48.12
### PHP Version
8.2.19
### Database Driver & Version
_No response_
### Description
Sending a mailable with a large disk attachment results in an out o…