when am trying to submit my contact form i am getting error please will anyone try to solve this and tell me whats is wrong here and what i actually missed out
Internal Server Error: /contact/
Traceback (most recent call last):
File "C:\Users\user\Envs\ibex\lib\site-packages\django\core\handlers\exception
.py", line 41, in inner
response = get_response(request)
File "C:\Users\user\Envs\ibex\lib\site-packages\django\core\handlers\base.py",
line 187, in _get_response
response = self.process_exception_by_middleware(e, request)
File "C:\Users\user\Envs\ibex\lib\site-packages\django\core\handlers\base.py",
line 185, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "C:\Users\user\Desktop\project\djangoproject\ibex\website\views.py", line
50, in contact
email.send()
File "C:\Users\user\Envs\ibex\lib\site-packages\django\core\mail\message.py",
line 348, in send
return self.get_connection(fail_silently).send_messages([self])
File "C:\Users\user\Envs\ibex\lib\site-packages\django\core\mail\backends\smtp
.py", line 111, in send_messages
sent = self._send(message)
File "C:\Users\user\Envs\ibex\lib\site-packages\django\core\mail\backends\smtp
.py", line 127, in _send
self.connection.sendmail(from_email, recipients, message.as_bytes(linesep='\
r\n'))
File "c:\python27\Lib\smtplib.py", line 736, in sendmail
raise SMTPSenderRefused(code, resp, from_addr)
SMTPSenderRefused: (501, '<Your>: sender address must contain a domain', u'Your'
)
[22/Jun/2018 22:05:14] "POST /contact/ HTTP/1.1" 500 85991