> 3. The main functionality to check is to modify the ticket and send to > Email2Trac and Mail2Trac plugin so that the modification must be added > as a comment in the ticket page.
I presume you mean that you want to reply to the email and have it get added to the ticket. For that, you need a local mailserver that accepts email destined for the original from address. So, if you send email to [email protected], and it's from [email protected], you need to be able to hit reply and the email goes to [email protected], which means that you need to set up a mailserver @ yourdomain.com which will accept email and route it to the email2trac script. Can you explain this point much in detail on how to achieve it ? Do I need to install mail server as you mentioned in the earlier mail using your notes ? Exim ? > > > 4. How to receive the mail locally in the machine to see rather than > > sending to the gmail. > > Once your mailserver is working, you'd want to change the email address > associated with that user in the admin panel, so instead of trying to > send it to [email protected], you want it to go to > [email protected]. You may also want to change the trac config > to use the local mail server. Then you can check that email account > instead of the IMAP account and get email there. > And please explain to how to do change the trac config to use the local mail server. I appreciate your immediate response and you gave a clear idea about the issue now. Thanks a ton! Thanks and Regards, Sri. -- 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 http://groups.google.com/group/trac-users. For more options, visit https://groups.google.com/d/optout.
