> Gmail must use TLS, so I have to install openssl libraries, > however I am very new to python, and I also did a search, but still don't > know how to do that >_<, sorry,would you please show me an example how to > set it up?
It really depends on the platform that runs Trac: If you're on Linux, use your package manager (rpm, yast, aptitude, ...) to find and install "openssl" or a similar package. The actual name depends on the distribution. If you're on Mac OS X, openssl is already shipped w/ your Mac If you're on Windows and Cygwin, use setup.exe to install openssl If you're on Windows w/o Cygwin, I can't tell (.. I simply try to get as far as I can from Windows as a server ;-)) If you're on another Un*x box and you can't obtain the ssl binaries, you can recompile it from the sources, but that may be a boring experience (as you need to get a version which matches the one your Python installation expects) > Actually, would you please tell me which smtp server you are using with > trac? There's no general rule: it can be your ISP SMTP server, one of your enterprise SMTP servers, GMail or many other ones. It needs to support plain text or TLS (SSL is not yet supported). Cheers, Manu --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
