Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Mushirahmed Shaikh Newsgroups: comp.lang.python Subject: SMTP_SSL error in python 2.3 Date: Thu, 28 Jul 2016 17:44:55 +0530 Lines: 8 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: news.uni-berlin.de Su/Dp6IsJ1qXontEBVj7dwbLYdUDlcL5nHaVmyjTAeWw== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.041 X-Spam-Evidence: '*H*': 0.92; '*S*': 0.00; 'python': 0.10; 'subject:error': 0.11; 'subject:python': 0.14; 'i.e': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'smtp_ssl': 0.16; 'attribute': 0.18; 'version.': 0.18; 'all,': 0.20; 'error': 0.27; 'message-id:@mail.gmail.com': 0.27; 'gives': 0.35; 'received:google.com': 0.35; 'but': 0.36; 'to:addr:python-list': 0.36; 'method': 0.37; 'to:addr:python.org': 0.40; 'dont': 0.64; 'dear': 0.67; 'subject:2.3': 0.84; 'thanking': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to; bh=Y6Z5jrseFfD4NWx7LsLNIT0eqnvPSuLdtcA9dH9nc5A=; b=zLSZdyFr3Ewqs87e5RtL35rcH8WI0ZpFMp/3lxXHSlAYXgR31Ao1DUxyxi/gpaMxVj hGzFFgrw6ZEAaFYBK5HfqdW6793nri0YIyoTeADy/ckAqqYKcLA1LhGEjxqEzsfiJ0El Lx9xs4SI5zQGxyi17KFznndX6GKpfAEBtyaud4ttw/Ta4mjm7Rujs7MDJswPwT5pj2yd PVelAslrxyfWMkKZSBiT6JFZJX9HgBMDzjNuKllw2xJZ37Bex/c/hRravwsn486m21o0 +mUAm0v+FOvnLkyfmK93xIiSaJiiPeQw0H+2RxghAOliOz7crYeZF1OKsUp4e5WOkekm O0mA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=Y6Z5jrseFfD4NWx7LsLNIT0eqnvPSuLdtcA9dH9nc5A=; b=LSbTdDpvRfANQJJk99Wn0DHeypZr9C4Blf8BkcUfGFDC75VmD6589INl9DyAZpAdCo 0PisHsEZQkUKcADOcnCz0fTQPZV1LEzZ6jslipKWIQewwrorDaB6QZNhSnYfqGPksj1t gZa645sc1GiJDCO23FRz0zM1Nb5slMOdJgIqNKlNdwqcTWuBlHkF8UYt2gfoRf6IhBSd yEDZPr2cfaDTjEe21b7oUmoqtoA/V0Z2OUqWHqECO0dbfPp1ZKhzGXyD3el1lK1UCdRF 5Vc6yxBNZ2UVtsmXtmCXl5+S1YoTeuN5vWI8tZNck1j/CB5X+up9EaOMqC2hLvDb+7+w h6lQ== X-Gm-Message-State: ALyK8tJ/HRgdG0TWfQW3++kq5NgZwq67I0XvDrnU4DZY4y9l5lcjZDs/0sUzKGOKphu7aGZlZbiQwufFCHQPCg== X-Received: by 10.36.36.86 with SMTP id f83mr76653915ita.43.1469708134543; Thu, 28 Jul 2016 05:15:34 -0700 (PDT) X-Mailman-Approved-At: Thu, 28 Jul 2016 14:25:37 -0400 X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Mailman-Original-Message-ID: Xref: csiph.com comp.lang.python:111987 Dear All, I am sending email using smtplib.SMTP_SSL method in python2.3. But it gives the error i.e Attribute error for SMTP_SSL. Please help me to call SMTP_SSL method in python2.3. I dont want to update the python version. Thanking You, Mushirahmed