We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c53ac9 commit 34a47b7Copy full SHA for 34a47b7
6. Stealing Mail/imperative/emailMessages.php
@@ -0,0 +1,6 @@
1
+<?php
2
+ return [
3
+ 'subject' => 'An example email subject!',
4
+ 'recipients' => ['[email protected]', '[email protected]', '[email protected]'],
5
+ 'body' => 'An example email body.',
6
+ ];
0 commit comments