Opened 7 weeks ago
Last modified 6 weeks ago
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.
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...
Huh, working again now.... Thanks gmail :)