Modify ↓
#3986 closed defect (worksforme)
No email notifications are sent!
Reported by: | sincoder | Owned by: | Robert Corsaro |
---|---|---|---|
Priority: | highest | Component: | AnnouncerPlugin |
Severity: | blocker | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
I have the same problem as #3529 except I use the latest revision (r4427) which should be patched. I've enabled all components except joinablegroups and when I rename [notification] to [announcer] trac stops sending any notification. As you can see I use smtp.gmail.com and enable use_tls but this should work now, right?
[announcer] always_notify_owner = true always_notify_reporter = true always_notify_updater = false default_email_format = text/html mime_encoding = base64 smtp_always_bcc = smtp_always_cc = smtp_default_domain = smtp_enabled = true smtp_password = ***** smtp_port = 587 smtp_server = smtp.gmail.com smtp_subject_prefix = [TRAC] smtp_user = snowhardgame use_public_cc = false use_short_addr = false use_tls = true
Attachments (0)
Note: See
TracTickets for help on using
tickets.
I tested with my gmail account and the same smtp server and it's working fine.