Closed ralyodio closed 10 years ago
My run failed because gmail blocked the auth attempt until I specifically whitelisted it.
Is there any chance you can add a function to test the smtp server prior to running?
Something like python crawler.py --test_smtp
python crawler.py --test_smtp
Good point! I'll take a look on it.
Now crawler checks SMTP login on every start by default, included in release 1.1 Thanks for reporting.
My run failed because gmail blocked the auth attempt until I specifically whitelisted it.
Is there any chance you can add a function to test the smtp server prior to running?
Something like
python crawler.py --test_smtp