Edgewall Software

Changes between Initial Version and Version 1 of Ticket #1873


Ignore:
Timestamp:
Aug 4, 2005, 1:31:56 PM (19 years ago)
Author:
Christopher Lenz
Comment:

Improved readability of description

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1873

    • Property Milestone 0.8.3
  • Ticket #1873 – Description

    initial v1  
    11When I enable Notify option, I am getting the below error.
    22
     3{{{
    34Python traceback
    45Traceback (most recent call last):
     
    2829    for res in socket.getaddrinfo(host, port, 0, socket.SOCK_STREAM):
    2930gaierror: (7, 'getaddrinfo failed')
     31}}}
    3032
    3133The trac.ini Settings are as follows:
     34
     35{{{
    3236[notification]
    3337smtp_enabled = TRUE
     
    3741smtp_from = ravi@medicomsoft.com
    3842always_notify_reporter = FALSE
     43}}}