From: Manfred W. <wo...@ma...> - 2010-08-10 14:38:02
|
Hi. The problem is, that you might have an old version of Jtrac. In the current version this error does not occure. So please open a bug with detailed information such as uses version of jtrac. Thanks a lot Manfred ----- original Nachricht -------- Betreff: [jtrac-users] Configuring JTrac for GMail Gesendet: Di, 10. Aug 2010 Von: Neil Benn Hello, I'm working on configuring jtrac for mail. Our mail server is a company domain through gmail. I recently looked at a posting on the forum to configure for gmail and followed that but I'm getting bad results. My jtrac.properties file is (the bit in bold will be revealed why later): database.driver=com.mysql.jdbc.Driverdatabase.url=jdbc:mysql://localhost:3306/jtracdatabase.username=jtracdatabase.password=jtrachibernate.dialect=org.hibernate.dialect.MySQLDialecthibernate.show_sql=truemail.server.host=smtp.gmail.commail.server.port=587mail.server.username=jt...@zi...ssword=XXXXXXXXX <removed for secuory reasons>mail.server.starttls.enable=truemail.from=jt...@zi...efix=[ziath-jtrac]jtrac.url.base=http://localhost:8082/jtraclocale.default=en That seems fine but I cannot send emails, looking at the logs there are some lines which may show the problem as follows (problem bits in bold): 2010-08-10 09:40:48,922 [main] INFO [info.jtrac.mail.MailSender] - initializingemail adapter: host = 'smtp.gmail.com', port = '993', url = 'http://localhost:8082', from = 'jt...@zi...', prefix = 'null'2010-08-10 09:40:48,937 [main] INFO [info.jtrac.mail.MailSender] - email senderinitialized from config: host = 'smtp.gmail.com', port = '993' The port to send should be 587 as normal and is in the properties file but that does not seem to be picked up. Has anyone else seen this happen and have a tip to help out here? Thanks for your help. Cheers, Neil -- -- Neil Benn Msc Director Ziath Ltd Phone :+44 (0)7508 107942 Website - http://www.ziath.com IMPORTANT NOTICE: This message, including any attached documents, is intended only for the use of the individual or entity to which it is addressed, and may contain information that is privileged, confidential and exempt from disclosure under applicable law. If the reader of this message is not the intended recipient, or the employee or agent responsible for delivering the message to the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please notify Ziath Ltd immediately by email at in...@zi.... Thank you. --- original Nachricht Ende ---- |