Skip to content

Commit 31a4d90

Browse files
committed
Update docs
1 parent 371e922 commit 31a4d90

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

+9
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,15 @@ use Stackkit\LaravelDatabaseEmails\Email;
118118

119119
Email::compose()
120120
121+
122+
Email::compose()
123+
->replyTo(new Address('[email protected]', 'John Doe'));
124+
125+
Email::compose()
126+
->replyTo([
127+
new Address('[email protected]', 'John Doe'),
128+
new Address('[email protected]', 'Jane Doe'),
129+
]);
121130
```
122131

123132
### Using mailables

0 commit comments

Comments
 (0)