Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #61860

Re: Using pythons smtp server

Path csiph.com!usenet.pasdenom.info!news.albasani.net!news.stack.nl!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <rosuav@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.109
X-Spam-Level *
X-Spam-Evidence '*H*': 0.79; '*S*': 0.00; 'cc:addr:python-list': 0.11; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'grant,': 0.16; 'prevent': 0.16; 'sat,': 0.16; 'wrote:': 0.18; 'cc:addr:python.org': 0.22; 'specifies': 0.24; 'server.': 0.24; 'cc:2**0': 0.24; '(for': 0.26; 'header:In-Reply-To:1': 0.27; 'record': 0.27; 'chris': 0.29; 'am,': 0.29; 'dec': 0.30; 'message- id:@mail.gmail.com': 0.30; 'idea,': 0.31; 'guess': 0.33; 'received:google.com': 0.35; '14,': 0.36; 'smtp': 0.36; 'doing': 0.36; 'thanks': 0.36; 'should': 0.36; 'wrong': 0.37; 'server': 0.38; 'gmail': 0.38; 'whatever': 0.38; 'that,': 0.38; 'bad': 0.39; "you're": 0.61; 'account': 0.65; 'mail,': 0.68; "it'd": 0.84; 'subject:Using': 0.84; 'to:none': 0.92; '2013': 0.98
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; bh=nH6sJrYjstsPICEV3hDD5FGTYM0TFvoU0JzmYs3+nDE=; b=t/1bmz15X3WFI8YN9TIxq6wc4hHRk61aBeiIIBiwy9A6kELBcoELnWrCbTVyBleknh MiD56Rxh5JE2lZ19OH1qTD+cMqEYavvL2FHyQGhyf79NVNNqHBuN6eaJ4arHAo44zPb2 OI9AgjwII7EBupQtBV60YuOR5N1kZRzgiJCFMs7rYMv7s3bitycHP4cqnX6GATFifWY7 sYoSrVns8pq7gmvEL63yQ0U1KE2rZT2NMnLWgsNj3WpPcYmXrG+rXUW9JcqP4HtOxLJY M0Wwft/URuHMcNIyr3KU/OxONaQaJz0h+UkU+t5KUz4bci7ijQkpzUq7UzeUI8Mkklc/ sBMA==
MIME-Version 1.0
X-Received by 10.66.66.42 with SMTP id c10mr4946100pat.98.1386959397381; Fri, 13 Dec 2013 10:29:57 -0800 (PST)
In-Reply-To <CALyJZZUukDmyzYWd1ZgJRW7Zf0pS=V1dF6Ker9=WP9pVuLjnNg@mail.gmail.com>
References <mailman.4046.1386908855.18130.python-list@python.org> <l8fd9s$ssb$1@reader1.panix.com> <CALyJZZU5WfT42982yZTFGJ1zy1Q4xzdSrXs0h9wPskdYuug-wA@mail.gmail.com> <CAPTjJmqY3k4d3tsYG7RoiHWTt8o9J+c8KzG=LYSeuBQN0pKbrQ@mail.gmail.com> <CALyJZZUukDmyzYWd1ZgJRW7Zf0pS=V1dF6Ker9=WP9pVuLjnNg@mail.gmail.com>
Date Sat, 14 Dec 2013 05:29:57 +1100
Subject Re: Using pythons smtp server
From Chris Angelico <rosuav@gmail.com>
Cc "python-list@python.org" <python-list@python.org>
Content-Type text/plain; charset=UTF-8
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 <https://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 <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.4092.1386959407.18130.python-list@python.org> (permalink)
Lines 16
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1386959407 news.xs4all.nl 2963 [2001:888:2000:d::a6]:51826
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:61860

Show key headers only | View raw


On Sat, Dec 14, 2013 at 5:27 AM, Vincent Davis <vincent@vincentdavis.net> wrote:
> Grant, Chris
> Thanks !!!
> I guess in the end this is a bad idea, (for my purposes) I should just use
> my gmail account smtp server.

If you're sending from gmail, use whatever gmail specifies for
sending. Otherwise your mail will be seen as spoofed.

The converse of this is that, in my opinion, *every* domain should
have an SPF record and *every* mail server should check them. That
would eliminate a huge slab of forged mail, and it'd prevent some
stupid web email forms from doing the wrong thing and only finding out
that it's wrong years later.

ChrisA

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Using pythons smtp server Vincent Davis <vincent@vincentdavis.net> - 2013-12-12 18:01 -0700
  Re: Using pythons smtp server Grant Edwards <invalid@invalid.invalid> - 2013-12-13 16:40 +0000
    Re: Using pythons smtp server Vincent Davis <vincent@vincentdavis.net> - 2013-12-13 10:13 -0700
    Re: Using pythons smtp server Chris Angelico <rosuav@gmail.com> - 2013-12-14 05:15 +1100
    Re: Using pythons smtp server Vincent Davis <vincent@vincentdavis.net> - 2013-12-13 11:27 -0700
      Re: Using pythons smtp server Grant Edwards <invalid@invalid.invalid> - 2013-12-13 20:33 +0000
    Re: Using pythons smtp server Chris Angelico <rosuav@gmail.com> - 2013-12-14 05:29 +1100
    Re: Using pythons smtp server Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2013-12-13 19:46 -0500
      Re: Using pythons smtp server Irmen de Jong <irmen.NOSPAM@xs4all.nl> - 2013-12-14 16:48 +0100
        Re: Using pythons smtp server Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2013-12-14 12:59 -0500

csiph-web