jorijn / laravel-security-checker

Added Laravel functionality to Enlightn Security Checker. Adds a command to check for, and optionally emails you, vulnerabilities when they affect you.
https://jorijn.com
MIT License
198 stars 26 forks source link

Mail function not working #14

Closed patrick-hintermayer closed 5 years ago

patrick-hintermayer commented 6 years ago

I use the latest Larvel 5.5 version, installed laravel-security-checker (0.30.0) as described, set both .env constants, but also tried setting values directly in the copied config file and ran php artisan security-check:email. After a few seconds, I got the message

Expected response code 250 but got code "354", with message "354 Enter mail, end with "." on a line by itself

php artisan security-check:now ist working properly.

jorijn commented 6 years ago

Hi Patrick,

I tried and tested it again for you on 5.5 and 5.6. On my end it works. What is your configuration? Don't forget to mask your email password.

jorijn commented 5 years ago

Closed due to inactivity.