-
When i send a test email from news, then received email is with content of news.
But, when i send a newsletter from news for subscribers, then received email is empty.
When i check source code of re…
-
### Is your feature request related to a problem?
No
### What do we currently have to do now?
_No response_
### Describe the solution you'd like
MustVerifyEmail class add to User model, Email Ver…
-
It's a bit strange that the body of a mail is defined via a view but the subject is supposed to be hard-coded in the Mailable. It wold be nice if the view can have two sections: subject and body.
-
**Describe the issue**
I am deploying via Docker. I'm attempting to send emails via AWS SES, using SMTP. I'm unable to send emails, and am getting errors regarding "valid cache path"
**Deployme…
-
### Laravel Version
11
### PHP Version
8.2
### Database Driver & Version
_No response_
### Description
The code in https://laravel.com/docs/11.x/mail#localizing-mailables, throws an exception: …
-
![image](https://user-images.githubusercontent.com/224353/68200153-45d4ed80-fffa-11e9-8d5b-728e60c66799.png)
php version: php 7.4 rc4
Why return 502 errors?
-
What is the point of the `Container` interface if `\Illuminate\Container\Container::getInstance()` is called all over the place in the framework?
If Laravel provides an interface as a part of its `…
-
Let's get starting with unit testing with `phpunit`.
First, you should *review* [Writing unit tests in PHP using PHPUnit](https://medium.com/weekly-webtips/writing-unit-tests-in-php-using-phpunit…
poing updated
3 years ago
-
Howdy,
I've run into a use case whereby it's necessary to hotswap the Mailgun Domain depending on the context of the email being sent.
I explored a couple of ways to adjust "MAILGUN_DOMAIN" at r…
-
**Describe the problem**
Starting from `3.4.0` we have queue jobs to handle long running tasks or for tasks that need to done later . Our queue jobs implementation is an extended implementation of La…