Advertisement
Guest User

Untitled

a guest
Jun 17th, 2017
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.64 KB | None | 0 0
  1. [announcer]
  2. always_notify_owner = true
  3. always_notify_reporter = true
  4. always_notify_updater = true
  5. default_email_format = text/html
  6. email_address_resolvers = SpecifiedEmailResolver, SessionEmailResolver, DefaultDomainEmailResolver
  7. email_enabled = true
  8. email_from = trac@seekersol.ca
  9. email_replyto = trac@seekersol.ca
  10. email_sender = SendmailEmailSender
  11. mime_encoding = quoted-printable
  12. ticket_subject_template = $prefix #$ticket.id: $summary
  13. use_short_addr = false
  14. use_threaded_delivery = true
  15.  
  16.  
  17. 2010-09-27 11:10:18,314 Trac[mail] DEBUG: EmailDistributor has found the following formats capable of handling 'email' of 'ticket': text/html, text/plain
  18. 2010-09-27 11:10:18,315 Trac[mail] DEBUG: EmailDistributor determined the preferred format for 'avandendorpe (authenticated)' is: text/html
  19. 2010-09-27 11:10:18,316 Trac[mail] DEBUG: EmailDistributor found the address 'avandendorpe@seekersol.ca' for 'avandendorpe (authenticated)' via: SpecifiedEmailResolver
  20. 2010-09-27 11:10:18,316 Trac[mail] DEBUG: EmailDistributor expected local delivery for avandendorpe to: avandendorpe@seekersol.ca
  21. 2010-09-27 11:10:18,316 Trac[mail] DEBUG: EmailDistributor is sending event as 'text/html' to: avandendorpe@seekersol.ca
  22. 2010-09-27 11:10:18,370 Trac[mail] DEBUG: Content of recip_adds: [u'avandendorpe@seekersol.ca']
  23. 2010-09-27 11:10:18,375 Trac[mail] DEBUG: EmailDistributor took 0.0 seconds to send.
  24. 2010-09-27 11:10:18,376 Trac[mail] INFO: Sending notification through sendmail at sendmail to [u'avandendorpe@seekersol.ca']
  25. 2010-09-27 11:10:18,376 Trac[mail] DEBUG: Sendmail command line: sendmail -i -f Double Rainbow <trac@seekersol.ca> avandendorpe@seekersol.ca
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement