Ticket #7107 (closed defect: worksforme)
Gmail does not work
| Reported by: | jayunit100@… | Owned by: | jonas |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | |
| Severity: | normal | Keywords: | needinfo |
| Cc: |
Description (last modified by eblot) (diff)
Hi Guys : Ive searched many forums and have not found a way to get gmail to work.
Ive posted my config code at the bottom, and am reporting this as a trac bug because trac hangs for SMTP failures of certain types...
Could somebody in the process of looking at this ticket suggest a fix to my specific problem as well ? Im desperate
This IS a bug in trac, because the ticketing system actually freezes and does not respond if notification fails.
Even if gmail servers are not configured for SMTP correctly, I still believe this is a serious trac flaw, since no immediate response is recieved from the trac server, and since there is also the possibility that no logging is done regarding SMTP connections.
I know that for some SMTP errors, trac does issue a proper log... But for this one it doesnt...
ERROR: Failure sending notification on creation of ticket #90: (10054, 'Connection reset by peer')
[notification] admit_domains = always_notify_owner = true always_notify_reporter = true always_notify_updater = true ignore_domains = mime_encoding = base64 smtp_always_bcc = smtp_always_cc = smtp_default_domain = smtp_enabled = true smtp_from =name@gmail.com smtp_from_name =name@gmail.com smtp_password =p1as1 smtp_port =465 smtp_replyto = name@gmail.com smtp_server = smtp.gmail.com smtp_subject_prefix = __default__ smtp_user = name@gmail.com ticket_subject_template = $prefix #$ticket.id: $summary use_public_cc = false use_short_addr = false use_tls = true
