Modify ↓
Opened 15 years ago
Closed 15 years ago
#8845 closed defect (invalid)
gaierror: (-2, 'Name or service not known')
Reported by: | Owned by: | Emmanuel Blot | |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | notification | Version: | none |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description (last modified by )
Oops… Trac detected an internal error:
gaierror: (-2, 'Name or service not known')
There was an internal error in Trac. It is recommended that you inform your local Trac administrator and give him all the information he needs to reproduce the issue.
[notification] always_notify_owner = true always_notify_reporter = false always_notify_updater = true mime_encoding = base64 smtp_always_cc = smtp_enabled = true smtp_from = tracadmin@yello.pk smtp_from_name = Trac Admin smtp_password = xxxxxxxxxxx smtp_port = 587 smtp_replyto = tracadmin@yello.pk smtp_server = smtp.gmail.com smtp_user = tracadmin@yello.pk use_tls = true
Attachments (0)
Change History (1)
comment:1 by , 15 years ago
Description: | modified (diff) |
---|---|
Resolution: | → invalid |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
This is an InstallationIssue.
From the error, it seems that Trac is not able to resolve the "smtp.gmail.com" address.
Nevetheless, I really doubt that smtp.gmail.com can accept username "tracadmin@…" to authenticate.
You may want to double-check your SMTP settings, and search the Trac knowledge base for example about configuring Trac with GMail.