-
### Laravel Version
10.45.1
### PHP Version
8.1.27
### Database Driver & Version
_No response_
### Description
Sending a Mailable with an envelope without the `from` argument throws an error, e…
-
I got this error message `Attempt to read property "messageId" on null`.
Is there anything to do with it because I use uuid as the primary key? then how to fix it?
-
I'm unable to get email notifications to work using the SMTP env variables. Perhaps I'm doing something incorrect. I'm running this stack via Portainer behind Cloudflare Tunnel. Forms work and go thro…
-
Hello. Thanks for this package,
I have an issue that I keep receiving emails every time I open a notification or mailable for preview.
I'm using:
```
"laravel/framework": "^10.10",
"xammie/m…
-
### Laravel Version
10.46.0
### PHP Version
8.2.16
### Database Driver & Version
MySQL 8.0.27
### Description
I cannot add a 'Reply-To' header in Mailables since I want to send the email as a r…
-
I am using mailersend driver in my laravel application. I have installed` mailersend/laravel-driver` successfully.
Configured my .env variables,
`MAIL_MAILER=mailersend`
`MAILERSEND_API_KEY=xxxxx`
…
-
When using:
Email::compose()
->mailable(new OrderShipped())
->send();
I get an error of:
View [] not found.
-
i configured mailbox setting and it work fine for customer and sending replays but i have error when i try to make reset password for user give me error check internet connection and when i view logs …
-
**Describe the bug**
Attempting to edit a mailable leads to a fatal error:
```
[08-Feb-2024 21:50:41 UTC] Symfony\Component\HttpKernel\Exception\NotFoundHttpException: The route publicknowledge/api…
-
Objective:
Efficient management and accessibility of invoices are crucial for users and administrators of our eCommerce application. This issue focuses on implementing a comprehensive system for crea…