Hi list, I want to use our smtp server for ticket. I configured it but not able to send email. *Warning:* The ticket has been created, but an error occurred while sending notifications: (553, '5.5.4 <$user>... Domain name required for sender address $user', u'$user')
My trac.ini file is [notification] admit_domains = always_notify_owner = true always_notify_reporter = true always_notify_updater = true ambiguous_char_width = single email_sender = SmtpEmailSender ignore_domains = mime_encoding = base64 sendmail_path = sendmail smtp_always_bcc = smtp_always_cc = smtp_default_domain = smtp_enabled = true smtp_from = $user smtp_from_name = $user smtp_password = $password smtp_port = XXX smtp_replyto = smtp_server =smtp.servername.com smtp_subject_prefix = __default__ smtp_user = ticket_subject_template = $prefix #$ticket.id: $summary use_public_cc = true use_short_addr = false use_tls = true ... smtp_port and smtp_server are properly given. Can anybody tell what should be the configuration? Thanks in advanced. -- Wishing you the very best of everything, always!!! Kousik Maiti(কৌশিক মাইতি) Registered Linux User #474025 Registered Ubuntu User # 28654 -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/trac-users?hl=en.
