今天在用mail.py使用hinet發信時
一直出現以下訊息
Traceback (most recent call last):
File "send_chk_mail.py", line 5, in ?
smtp = smtplib.SMTP("168.95.4.10")
File "/usr/lib/python2.4/smtplib.py", line 258, in __init__
addr = socket.gethostbyname(socket.gethostname())
socket.gaierror: (-2, 'Name or service not known')
查了半天
最後的解決方法是
把 hostname 加到 /etc/hosts
例
127.0.1.1 abc.com abc
沒有留言:
張貼留言