-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from frenchykiller/feature/variable-subject-line
Added renderSubject method to allow for variables in email subject field
- Loading branch information
Showing
4 changed files
with
26 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"version":1,"defects":[],"times":[]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -62,7 +62,8 @@ Permissions and roles are manageable by default with `sebastienheyd/boilerplate` | |
In the editing of the content of an e-mail, you will find a "Insert a variable" button. This button allows you to insert | ||
a variable in the e-mail and make it uneditable. | ||
|
||
However, you can also enter the variables by hand by framing them with [ and ]. | ||
However, you can also enter the variables by hand by framing them with [ and ]. In this manner, you can also add | ||
variables to the subject line of the email. | ||
|
||
Example : "Hello [first_name]" | ||
|
||
|
@@ -83,4 +84,4 @@ Email::find(1)->send('[email protected]', $data); | |
|
||
## Package update | ||
|
||
Version 7 has undergone a major upgrade, do not upgrade to this version without knowing what you are doing. | ||
Version 7 has undergone a major upgrade, do not upgrade to this version without knowing what you are doing. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters