MA3STR0 / kimsufi-crawler

Crawler that will send you an email alert as soon as servers on OVH/Kimsufi become available for purchase
MIT License
194 stars 62 forks source link

add function to test smtp server #6

Closed ralyodio closed 10 years ago

ralyodio commented 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

MA3STR0 commented 10 years ago

Good point! I'll take a look on it.

MA3STR0 commented 10 years ago

Now crawler checks SMTP login on every start by default, included in release 1.1 Thanks for reporting.