-
- Laravel Version: 5.6.24
- PHP Version: 7.2
### Description:
When I am testing mailables with Mail::fake() and Mail::assertSent(), and I use the second parameter for Mail::assertSent, the argume…
-
__Description__
So not being able to run the DailyMail as a scheduled command I am trying to use Laravel Job to get the mail sent.
So from the handle() of the command I am calling the job li…
-
This affects Laravel 5.6.
When sending email, it's best practice to set the recipient name alongside their email address — e.g. `John Smith `. This can help reduce the likelihood of emails going to…
-
If I leave my view empty I get the below error message even though I am using SendGrid's template system.
`
Client error: POST https://api.sendgrid.com/v3/mail/send resulted in a 400 Bad Request r…
-
I am using laravel 5.4 scheduler to send an email by embedding(not attaching) images to the view. In the documentation, it has been mentioned that we can pass a $message variable into the view and use…
-
I am looking for a working solution, to **translate queued emails**.
Unfortunately, all emails use the **default locale** (defined under `app.locale`).
Let's assume, we have two emails in the _pipeli…
-
- Laravel Version: 5.5.25
- PHP Version: 7.1.13
- Database Driver & Version: MySQL v5.7.2
### Description:
I have 3 separate servers (for reference):
1. Application server with the appl…
-
- Laravel Version: 5.6.12
- PHP Version: 7.2.1
- Database Driver & Version: MySQL 5.5.5
### Description:
Ability to set locale on Mailables was added in [https://github.com/laravel/framework/pul…
-
- Laravel Version: 5.6.17
- PHP Version: PHP 7.1
- Database Driver & Version: MySQL 5.6
### Description:
```php
class SomeMailableShouldQueue extends Mailable implements ShouldQueue {}
Mail:…
-
Hello, how can I get a file, cause I need to attach in a email, but only I can get the content :(