Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VerificationCode::send() dosen't send any email neither does it give any error after upgrading from NextApps to Wotz pacakge. #40

Open
ItzDeadShot opened this issue Nov 26, 2024 · 0 comments

Comments

@ItzDeadShot
Copy link

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"
},

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant