Skip to content

Commit

Permalink
make it easier for new installs to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Nielsvanpach committed Oct 9, 2024
1 parent f88bd11 commit 56c1850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Exceptions/InvalidConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public static function invalidEmail(string $email): static

public static function missingSender(): static
{
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.");
}

public static function integerMustBePositive(string $name): static
Expand Down

0 comments on commit 56c1850

Please sign in to comment.