This commit is contained in:
Frank
2026-07-04 13:57:00 +02:00
parent b11c50c237
commit 58c9c60ad2
4 changed files with 24 additions and 19 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ use Symfony\Component\Mime\Email;
#[AsCommand(
name: 'app:mail:test',
description: 'Sends a simple test email using the configured mail transport (SendGrid in prod).'
description: 'Sends a simple test email using the configured mail transport (Mailgun in prod).'
)]
final class TestEmailCommand extends Command
{