On Sat, Mar 26, 2016, nitin chandra wrote:
>Hi All,
>
>I am trying to script a confirmation mail on submission of a form.
>
>Till now the form submission and summery page is working.
>
>BUT the following 'section' is not working.
>-- This is a python(CGI) script
>-- hosted on a shared server on hostgator.in
>
>-- This is giving "250 Spoofing error ....", below copy/pasted error
>log of apache with respect to my website

The problem isn't with the python usage, but basic SMTP checking to prevent
spamming and such.

It's indicating that it thinks the 'From:' address, <no-re...@jss.hs.org>
is bogus.

There's no MX record for jss.hs.org, and no IP address for jss.hs.org
either.

The From: address should be legitimate and deliverable.  It might
also accept a legitimate 'Reply-To:' address.

Bill
-- 
INTERNET:   b...@celestial.com  Bill Campbell; Celestial Software LLC
URL: http://www.celestial.com/  PO Box 820; 6641 E. Mercer Way
Voice:          (206) 236-1676  Mercer Island, WA 98040-0820
Fax:            (206) 232-9186  Skype: jwccsllc (206) 855-5792

A Democracy cannot exist as a permanent form of government.  It can only
exist until the voters discover they can vote themselves largesse out of
the public treasury.  From the moment on the majority always votes for the
candidate promising the most benefits from the public treasury with the
result that Democracy always collapses over a loose fiscal policy, always
to be followed by a Dictatorship.
        Professor Alexander Fraser Tytler.  1801
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Reply via email to