MA3STR0 / kimsufi-crawler

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

Add SSL support to email notifier #26

Closed antoine-g closed 9 years ago

antoine-g commented 9 years ago

This uses the SMTP_SSL module from smtplib to handle SMTP connexions over SSL.

To use a SSL connexion for SMTP use the following config parameters:

"use_ssl": true,
"use_starttls": false,
"from_smtp_port": 465,
...