Modify ↓
Opened 17 years ago
Closed 17 years ago
#6341 closed defect (worksforme)
email notification faliure
Reported by: | Owned by: | Jonas Borgström | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | ticket system | Version: | |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description (last modified by )
Hi, I have installed trac0.10 successfully however I am not able to send or receive email notification. I have made the following changes :-
always_notify_owner = false always_notify_reporter = false always_notify_updater = true mime_encoding = quoted-printable smtp_always_bcc = smtp_always_cc = smtp_default_domain = smtp_enabled = true smtp_from = <myname>@example.com smtp_password = <mypassword> smtp_port = 25 smtp_replyto = <myname>@example.com smtp_server = <IP address of SMTP server> smtp_user = <myname>@example.com use_public_cc = false use_short_addr = false use_tls = false
Attachments (1)
Change History (2)
by , 17 years ago
comment:1 by , 17 years ago
Description: | modified (diff) |
---|---|
Priority: | highest → normal |
Resolution: | → worksforme |
Severity: | blocker → normal |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
This is an installation issue, so please post a message to the MailingList as instructed in the New Ticket page: from your log file it appears that the error message is "connection refused", which means that your setup is invalid.
Moreover, this would not have been a blocker issue, as Trac is able to work even when the notification subsystem fails.
Finally, please use the Version field when you report an issue to indicate the version of Trac you're using and the Preview button to fix up the syntax of the ticket description field.
Thanks in advance.
As a site note, you'll need to use more realistic values in your post, as the obfuscation you made to the
[notification]
is a bit heavy and it will be difficult to help you.