I refer to the following links to configure the example

https://trac.edgewall.org/wiki/TracNotification

[notification]
smtp_enabled = true
use_tls = true
mime_encoding = base64
smtp_server = smtp.gmail.com
smtp_port = 587
smtp_user = user
smtp_password = password


I was using Tencent business mail service,So my configuration is as follows:

[notification]
smtp_enabled = false
use_tls = true
mime_encoding = base64
smtp_server = smtp.exmail.qq.com
smtp_port = 465
smtp_user = trac\@xxx.com
smtp_password = xxxx

I guarantee mail service interface information is accurate

receive service:
*pop.exmail.qq.com(use SSL,port 995)*
send service:
*smtp.exmail.qq.com(use SSL,port 465)*


Everything I follow the normal process configuration, but mail notification 
service still does not work, which is reflected in together when creating a 
job waiting, can not submit data. No task error log




-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to