Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #29520
| Path | csiph.com!usenet.pasdenom.info!gegeweb.org!usenet-fr.net!nerim.net!novso.com!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <ashish.makani@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.003 |
| X-Spam-Evidence | '*H*': 0.99; '*S*': 0.00; 'subject:How': 0.09; 'python': 0.09; 'lawrence': 0.09; 'rescue': 0.09; 'subject:gmail': 0.09; 'to:addr:comp.lang.python': 0.09; 'cc:addr:python-list': 0.10; 'folks,': 0.16; 'mark,': 0.16; 'subject: \n ': 0.16; 'subject:port': 0.16; 'subject:send': 0.16; 'subject:when': 0.16; 'url:gmane': 0.16; 'url:thread': 0.16; 'wrote:': 0.17; 'issue,': 0.17; 'subject:) ': 0.20; 'wednesday,': 0.22; 'cc:2**0': 0.23; 'cc:no real name:2**0': 0.24; 'cc:addr:python.org': 0.25; 'header :In-Reply-To:1': 0.25; 'header:User-Agent:1': 0.26; 'question': 0.27; 'subject:/': 0.28; 'received:209.85.212': 0.28; 'query': 0.30; 'asking': 0.32; 'url:python': 0.32; 'asked': 0.33; 'received:google.com': 0.34; 'wrong': 0.34; 'received:209.85': 0.35; 'there': 0.35; 'list.': 0.35; 'url:org': 0.36; '12,': 0.36; 'received:209': 0.37; 'subject:: ': 0.38; 'mark': 0.38; 'some': 0.38; 'nothing': 0.38; 'list,': 0.39; 'here': 0.65; 'stuck': 0.65; 'subscribers': 0.65; 'received:209.85.212.56': 0.91; 'responses': 0.93 |
| Newsgroups | comp.lang.python |
| Date | Wed, 19 Sep 2012 12:12:37 -0700 (PDT) |
| In-Reply-To | <mailman.523.1347403684.27098.python-list@python.org> |
| Complaints-To | groups-abuse@google.com |
| Injection-Info | glegroupsg2000goo.googlegroups.com; posting-host=180.188.248.10; posting-account=rZmIWAoAAABDgPTcoYW05FOcBhdjF8dj |
| References | <0f6686fd-7363-43d6-a5fa-0bd4f12586b5@googlegroups.com> <mailman.523.1347403684.27098.python-list@python.org> |
| User-Agent | G2/1.0 |
| X-Google-Web-Client | true |
| X-Google-IP | 180.188.248.10 |
| MIME-Version | 1.0 |
| Subject | Re: How to send email programmatically from a gmail email a/c when port 587(smtp) is blocked |
| From | ashish <ashish.makani@gmail.com> |
| To | comp.lang.python@googlegroups.com |
| Content-Type | text/plain; charset=ISO-8859-1 |
| Cc | python-list@python.org |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.15 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Message-ID | <mailman.937.1348082634.27098.python-list@python.org> (permalink) |
| Lines | 43 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1348082634 news.xs4all.nl 6926 [2001:888:2000:d::a6]:45072 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:29520 |
Show key headers only | View raw
Folks, I asked the same query on the python tutor mailing list. The responses i received are here : http://thread.gmane.org/gmane.comp.python.tutor/77601 Mark, There is nothing wrong in asking a query on multiple forums. Poeple on the tutor list, may not be part of comp.lang.python & subscribers to comp.lang.python On Wednesday, September 12, 2012 4:18:05 AM UTC+5:30, Mark Lawrence wrote: > On 11/09/2012 22:51, ashish makani wrote: > > > Hi c.l.p peeps > > > > > > I am stuck with an issue, so am coming to the Pythonista deltaforce who rescue me everytime :) > > > > > > > [big snip] > > > > I say old chap, it's simply not cricket to ask a question like this some > > 32 minutes after asking the same question on the tutor mailing list. > > > > -- > > Cheers. > > > > Mark Lawrence.
Back to comp.lang.python | Previous | Next — Previous in thread | Find similar | Unroll thread
How to send email programmatically from a gmail email a/c when port 587(smtp) is blocked ashish makani <ashish.makani@gmail.com> - 2012-09-11 14:51 -0700
Re: How to send email programmatically from a gmail email a/c when port 587(smtp) is blocked Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2012-09-11 18:42 -0400
Re: How to send email programmatically from a gmail email a/c when port 587(smtp) is blocked Mark Lawrence <breamoreboy@yahoo.co.uk> - 2012-09-11 23:47 +0100
Re: How to send email programmatically from a gmail email a/c when port 587(smtp) is blocked ashish <ashish.makani@gmail.com> - 2012-09-19 12:12 -0700
Re: How to send email programmatically from a gmail email a/c when port 587(smtp) is blocked Mark Lawrence <breamoreboy@yahoo.co.uk> - 2012-09-20 08:56 +0100
Re: How to send email programmatically from a gmail email a/c when port 587(smtp) is blocked ashish <ashish.makani@gmail.com> - 2012-09-19 12:12 -0700
csiph-web