I have previously had email notification from ticket updates working.

I recently changed my ISP and since then I have not been able to get email to be sent out with ticket updates.

I have checked the following.
 * That each user has an email address configured.
 * That I am using the correct SMTP server, username, password
 * That the SMTP server, username, password works in my normal email client and I can send email using these from there.

The relevent part of my trac.ini file is as follows.

[notification]
always_notify_owner = true
smtp_always_cc = [EMAIL PROTECTED]
smtp_password = <my secret password>
smtp_enabled = true
smtp_replyto = [EMAIL PROTECTED]
smtp_port = 25
always_notify_reporter = true
smtp_server = mail.ecisecurity.com
smtp_from = [EMAIL PROTECTED]
smtp_user = [EMAIL PROTECTED]

I don't know what else to check.

Is there any diagnostics I can turn on to see if the emails are getting blocked anywhere?

Regards
Ian



_______________________________________________
Trac mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac

Reply via email to