As of March 14th, Google phased out SSLv2. Since, Byron Jones' fake sendmail application depended on it, all of us who were using it found out that it no longer worked.
Here are step-by-step instructions to fix it. You need stunnel. 1) Download and Install: http://www.stunnel.org/download/stunnel/win32/stunnel-4.32-installer.exe 2) In start menu, go to stunnel folder and click on 'Edit stunnel.conf' 3) Copy the following into stunnel.conf and save. cert = stunnel.pem socket = l:TCP_NODELAY=1 socket = r:TCP_NODELAY=1 debug = 7 output = stunnel.log client = yes [smtpg] accept = 127.0.0.1:25 connect = smtp.gmail.com:465 4) Run stunnel 5) Go edit sendmail.ini and change to the following: smtp_server=localhost and smtp_port=25 6) Restart GAE Hope this helps! -- You received this message because you are subscribed to the Google Groups "Google App Engine" 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/google-appengine?hl=en.
