Skip to content Skip to sidebar Skip to footer

Django Contact Form Mail Error :address Family Not Supported By Protocol Request

I am using Django for contact form in my website . I get problem when submit [Errno 97] Address family not supported by protocol Request Method: POST Request URL: http://site.

Solution 1:

It seems this has nothing to do with your settings, but with your server configuration. Some services get confused with IPv6 (like in this answer). You should try to run either your web server and SMTP server by listening to an IPv4 address.

In 2014, the problem should be resolved, since libraries and frameworks have been updated and should be used to manipulate IPv6 addresses.

Post a Comment for "Django Contact Form Mail Error :address Family Not Supported By Protocol Request"