Hi
Im trying to use django send_email function but it fails on authentication. In fact, django returns me message along the lines - ssl not found in this django installation.
I do have ssl-1.15 on my pythonpath and i could import it without errors. So the problem is probably with the certificates, right?
Now is there some kind of tutorial or example for generating those certificates, since the pakcage contains none. Could the problem be elsewhere?
Alan