You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an issue where VerificationCode::send() does not send any email since I upgraded from NextApps to Wotz. The SMTP setting is working with Mailtrap as I have tested by sending an email with out using the laravel-verification-code package.
I have an issue where VerificationCode::send() does not send any email since I upgraded from NextApps to Wotz. The SMTP setting is working with Mailtrap as I have tested by sending an email with out using the laravel-verification-code package.
My PHP version: PHP 8.3.12 (cli) (built: Sep 24 2024 18:08:04) (NTS)
Composer File:
"require": {
"php": "^8.1",
"doctrine/dbal": "^3.7",
"guzzlehttp/guzzle": "^7.2",
"laravel-json-api/laravel": "^3.2",
"laravel/cashier": "^15.4",
"laravel/framework": "^10.10",
"laravel/sanctum": "^3.3",
"laravel/tinker": "^2.8",
"mailjet/laravel-mailjet": "^3.0",
"spatie/laravel-permission": "^5.11",
"spatie/laravel-stripe-webhooks": "^3.6",
"stripe/stripe-php": "^13.7",
"symfony/http-client": "^6.4",
"wotz/laravel-verification-code": "^3.0"
},
"require-dev": {
"fakerphp/faker": "^1.9.1",
"laravel-json-api/testing": "^2.1",
"laravel/pint": "^1.0",
"laravel/sail": "^1.18",
"mockery/mockery": "^1.4.4",
"nunomaduro/collision": "^7.0",
"phpunit/phpunit": "^10.1",
"spatie/laravel-ignition": "^2.0"
},
The text was updated successfully, but these errors were encountered: