We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a10ceac commit e5eaca2Copy full SHA for e5eaca2
1 file changed
src/EmailServiceProvider.php
@@ -57,7 +57,7 @@ private function setupSMTP(Config $config)
57
58
private function addWpMailErrorHandler()
59
{
60
- // add the action
+ // add the action
61
add_action('wp_mail_failed', function ($error) {
62
Log::error('Error sending email via `wp_mail()`');
63
Log::error(print_r($error, true));
0 commit comments