Hello, I was wondering how you can actually receive emails when creating a ticket? Do all the smtp fields need to be populated? I'm new to this and don't really understand the Wiki. My settings in the trac.ini file for [notification] are:
admit_domains = always_notify_owner = true always_notify_reporter = true always_notify_updater = false ignore_domains = mime_encoding = none smtp_always_bcc = smtp_always_cc = smtp_default_domain = smtp_enabled = true smtp_from = trac@localhost smtp_from_name = smtp_password = smtp_port = 25 smtp_replyto = trac@localhost smtp_server = localhost smtp_subject_prefix = __default__ smtp_user = ticket_subject_template = $prefix #$ticket.id: $summary use_public_cc = false use_short_addr = false use_tls = false I greatly appreciate any help! -- 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 http://groups.google.com/group/trac-users. For more options, visit https://groups.google.com/groups/opt_out.
