you can Get the notification by small configuration in the trac.ini
trac.ini is found in your project that has been created by the trac system
search by [notification]
you can handle which will be always notified by any change by Assigning true/False in the below properties:
always_notify_owner
always_notify_reporter
always_notify_updater
configure sending the email by handling below data:
email_sender=SmtpEmailSender
sendmail_path=sendmail
smtp_always_bcc= put your email
smtp_always_cc= put your email
smtp_default_domain=
smtp_enabled=true
Configure the system email:
smtp_from=usaad@saudiacatering.com
smtp_from_author=true
smtp_from_name=Usama
smtp_password=***********
smtp_port=25
smtp_replyto=trac@localhost
smtp_server=*****
trac.ini is found in your project that has been created by the trac system
search by [notification]
you can handle which will be always notified by any change by Assigning true/False in the below properties:
always_notify_owner
always_notify_reporter
always_notify_updater
configure sending the email by handling below data:
email_sender=SmtpEmailSender
sendmail_path=sendmail
smtp_always_bcc= put your email
smtp_always_cc= put your email
smtp_default_domain=
smtp_enabled=true
Configure the system email:
smtp_from=usaad@saudiacatering.com
smtp_from_author=true
smtp_from_name=Usama
smtp_password=***********
smtp_port=25
smtp_replyto=trac@localhost
smtp_server=*****
No comments:
Post a Comment