-
```
1) Tests\Unit\Mail\AnnounceMailingListSubscribeTest::testItBuildsWithExpectedRecipientAndContent
Did not see expected text [Name.O'Reilly@example.com] within text email body.
Failed asserting t…
azend updated
5 months ago
-
### What happened?
When I [preview a Mailable in the browser](https://laravel.com/docs/10.x/mail#previewing-mailables-in-the-browser), I get this error:
```
Call to undefined method App\Mail\Te…
-
At the BaseMail class we have a [build()](https://github.com/RonasIT/laravel-empty-project/blob/development/app/Mails/BaseMail.php#L31) method where the queue was set. It worked until the 8th version …
-
## Describe the bug
Maybe I am missing someting, but I think the template preview is not working when you go and use the preview mode when editing a template directly (not going through a mailable). …
-
**Describe the bug**
The naming behaviour is weird. It will lowercase your whole name and add Mail at the end. It does not respect the PascalCase if multiple words are in the name. Also, if you have …
-
## Describe the bug
When trying to open a a Mail template a error comes up with `no template found`, downgrade to version 4.0.3 and the template loads up fine.
markdown.template wont load in 4.0.4…
-
### Laravel Version
10.48.12
### PHP Version
8.3.6
### Database Driver & Version
_No response_
### Description
config/mail.php
'failover' => [
'transport' => 'fail…
-
Hello,
I tried to add @lang params while editing a template but this is really making the preview unusable.
not sure how to solve this, any idea ?
Thanks, Denis
-
- Laravel Version: 9.36.3
- PHP Version: 8.1.11
- Database Driver & Version: MySQL 8.0
### Description:
Hey,
I've just tried the new assertions of `Mailable` class, and I've got this erro…
-
**Describe the bug**
When you click on a button, like the one for email verification, you always get a 403 error - invalid signature. Seems like the "=" sign is getting dropped.
**Versions**
Ray …