Hello everybody! 


I would like to send out all notifications using the SMTP-Server of Office 
365, but it seems like Office 365 is not working with Trac 1.2.1. 


After creating a new ticket, I get the followind error-message: 


Warning: The ticket has been created, but an error occurred while sending 
notifications: 550
 

I tried it with Gmail (I just changed the server, username and password) 
and it worked well for me. 


Does anyone have an idea how to use Office 365 with Trac?


Thank you!



My trac.ini looks like: 


[notification]
admit_domains = 
ambiguous_char_width = single
batch_subject_template = ${prefix} Batch modify: ${tickets_descr}
default_format.email = text/plain
email_address_resolvers = SessionEmailResolver
email_sender = SmtpEmailSender
ignore_domains = 
message_id_hash = md5
mime_encoding = base64
sendmail_path = disabled
smtp_enabled = enabled
smtp_password = password
smtp_port = 587
smtp_server = smtp.office365.com
smtp_user = [email protected]
use_tls = enabled

-- 
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.

Reply via email to