Ticket #151 (closed defect: worksforme)

Opened 7 weeks ago

Last modified 6 weeks ago

Setup smtp server for trac email notification

Reported by: springmeyer Owned by: springmeyer
Priority: normal Milestone:
Component: Documentation (Trac) Version: 0.5.1
Severity: Normal Keywords:
Cc: Patch Needs Improvement: no
Needs Docmentation: no Has Patch?: no
Design Decision Needed: no

Description


Change History

Changed 7 weeks ago by springmeyer

  • status changed from new to closed
  • resolution set to fixed

Working now as of Nov 20th, with this basic trac.ini config:

[notification]
always_notify_owner = true
always_notify_reporter = true
always_notify_updater = true
smtp_enabled = true
use_tls = true
mime_encoding = base64
smtp_server = smtp.gmail.com
smtp_port = 587
smtp_user = dane.mapnik
smtp_password = 
smtp_from_name = "Mapnik Trac"
smtp_replyto = noreply@mapnik.org
smtp_subject_prefix = [Mapnik-trac]

We may decide that always_notify notification is too much and if so I'll change it to false for one or all user types so that you only get an email if you put yourself in the cc list.

Changed 6 weeks ago by springmeyer

  • status changed from closed to reopened
  • resolution fixed deleted

looks like something about using gmail with trac notification is against gmail's tos, so I this is now reopened and email is again not working...

Changed 6 weeks ago by springmeyer

  • status changed from reopened to closed
  • resolution set to worksforme

Huh, working again now.... Thanks gmail :)

Note: See TracTickets for help on using tickets.