我有两台服务器。一个(linux)可以使用下面的脚本正常发送邮件。第二个(windows server 2008)不发送任何内容。
<?php mail ( "nobody@email.com", "Contact Us Form", "This is an email from your site", "From: nobody@email.com
django的auth_user中是否存在给定的电子邮件from django.contrib.auth.models import Useruser_by_email= User.objects.get(email=email) # internal server error at this point.但是这一行返回内部服务器错误。