Skip to content

Commit c256746

Browse files
authored
Notification email header and footer text source
1 parent bcc0bd0 commit c256746

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notifications.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ If a notification supports being sent as an email, you should define a `toMail`
149149

150150
> {tip} Note we are using `$this->invoice->id` in our `message` method. You may pass any data your notification needs to generate its message into the notification's constructor.
151151
152-
In this example, we register a line of text, a call to action, and then another line of text. These methods provided by the `MailMessage` object make it simple and fast to format small transactional emails. The mail channel will then translate the message components into a nice, responsive HTML email template with a plain-text counterpart. Here is an example of an email generated by the `mail` channel:
152+
In this example, we register a line of text, a call to action, and then another line of text. These methods provided by the `MailMessage` object make it simple and fast to format small transactional emails. The mail channel will then translate the message components into a nice, responsive HTML email template with a plain-text counterpart. `name` option from your `config/app.php` configuration file will be used in header as well as footer of the email. Here is an example of an email generated by the `mail` channel:
153153

154154
<img src="https://laravel.com/assets/img/notification-example.png" width="551" height="596">
155155

0 commit comments

Comments
 (0)