Edgewall Software

Changes between Initial Version and Version 1 of Ticket #8845


Ignore:
Timestamp:
Nov 23, 2009, 12:21:44 PM (14 years ago)
Author:
Emmanuel Blot
Comment:

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.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8845

    • Property Status newclosed
    • Property Resolutioninvalid
  • Ticket #8845 – Description

    initial v1  
    66There 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.
    77
     8{{{
    89[notification]
    910always_notify_owner = true
     
    2122smtp_user = tracadmin@yello.pk
    2223use_tls = true
    23 
     24}}}