Hi, I have been using TRAC since a while. Curently I have TRAC 0.12.7 installed and Initially I had configured my trac.ini for gmail smtp server and notifications worked for me, But Now I would like to change it personal SMTP domain, and I changed the configuration as shown below:
[notification] admit_domains = always_notify_owner = false always_notify_reporter = false always_notify_updater = false ambiguous_char_width = single default_format.email = text/plain email_address_resolvers = SessionEmailResolver email_sender = SmtpEmailSender ignore_domains = message_id_hash = md5 mime_encoding = base64 sendmail_path = sendmail smtp_always_bcc = smtp_always_cc = smtp_default_domain = smtp_enabled = true smtp_from = [email protected] smtp_from_author = enabled smtp_from_name = xxxxx smtp_password = ****** smtp_port = 25 smtp_replyto = [email protected] smtp_server = smtp.xxx.com smtp_subject_prefix = __default__ smtp_to = smtp_user = [email protected] ticket_subject_template = $prefix #$ticket.id: $summary use_public_cc = false use_short_addr = true use_tls = false I have checked with the smtp port, its 25 only. Checked with log reports for Warnings, DEBUG, ERROR, but there seems to be no errors or warning concerning notifications. Is there something I am missing out? Any help would be appreciated. Regards, SF -- 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.
