We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9eefc94 commit 60d60b0Copy full SHA for 60d60b0
src/Illuminate/Support/Facades/Mail.php
@@ -6,6 +6,10 @@
6
7
/**
8
* @method static \Illuminate\Mail\Mailer mailer(string|null $name = null)
9
+ * @method static void alwaysFrom(string $address, string|null $name = null)
10
+ * @method static void alwaysReplyTo(string $address, string|null $name = null)
11
+ * @method static void alwaysReturnPath(string $address)
12
+ * @method static void alwaysTo(string $address, string|null $name = null)
13
* @method static \Illuminate\Mail\PendingMail bcc($users)
14
* @method static \Illuminate\Mail\PendingMail to($users)
15
* @method static \Illuminate\Support\Collection queued(string $mailable, \Closure|string $callback = null)
0 commit comments