We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f88bd11 commit 56c1850Copy full SHA for 56c1850
src/Exceptions/InvalidConfig.php
@@ -13,7 +13,7 @@ public static function invalidEmail(string $email): static
13
14
public static function missingSender(): static
15
{
16
- return new static('No sender email address specified.');
+ return new static("No sender email address specified. Make sure it's set in your config file or as `MAIL_FROM_ADDRESS` in your .env file.");
17
}
18
19
public static function integerMustBePositive(string $name): static
0 commit comments