-
- Laravel Version: 5.5
- PHP Version: 7.3
- Database Driver & Version: 4.0.14
### Description:
I am sending a simple email as per the documentation in Laravel 5.5
```
Mail::to($customer)
…
-
Hi @elibyy (and others),
I'm recieving structural errors when calling the function below from a queue. When I'm calling the exact same function (with the same content, etc) to render it in my brows…
-
### Details
Add team members invite support. Allow a user to add another user to their team by sending an email invite or selecting an existing user to be part of their team.
Checklist
- [X] Creat…
-
### Bug description
On a fresh install of Peak on my local machine the contact form submits, but you wouldn't know it. The page shows no success notification. A form file is created and shows up in t…
-
I've been using this package for a few years and our sent emails table has got quite large, We need to keep the content for emails for 7 years, but only for SOME emails. Other emails i do not need to …
-
Version: v1.0.3 `selfhosted`
I recently started getting failed deliveries for one of my recipients with the only comment being to check the logs. After digging around a bit, I found out that the pg…
-
I have a job that gets dispatched to a queue inside a supervisor that has 20 workers assigned to it to handle large concurrency. There seems to be an issue (race condition maybe?) whereby a single dis…
-
I'm using Laravel 10, and I think this repo has bug.
This is my mail class
```
-
Context: Laravel 10 / PHP 8.2
We've encountered an issue in sending an email with a raw data (JSON) attachment. We use multiple mailers and this issue is only encountered using mailersend, mailgun …
-
Hi,
I seem to have an issue using this package. As the title states, when sending mails using the Mailable transport I get the "Driver [mailjet] not supported" error-message.
Here is my composer…