-
Notifications
You must be signed in to change notification settings - Fork 109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Email Ticket Question #100
Comments
I think that it may be due to this method in MailTicketService:
Can you provide the e-mail headers so we can see what header is triggering the check? |
I feel a bit nervous posting this here, not sure why as this info gets sent back and forth everytime i send an email message ... but here is the mail header as requested
|
Unfortunately that’s the “correct” behaviour, at least right now. Implementing something generic for dealing with emails was never easy, so we resort to scan all headers for the desired destination address. That works in some cases:
The solution here would be to create something like internal-support@projectA.com, and then add support@projectA.com and support@projectB.com Does that fit your setup? |
Hello again all, and first off thank you very much for including such a great feature, really useful, email tickets is one of the main reasons i started using Lavagna. Even if i have to create an email account for each project it would NOT be a deal breaker or showstopper for me, but i am still unclear about that requirement, and have summarized with another example below. Ok so I am still a bit unclear about your suggested implementation ... If I create one real email address of internal-support@projectA.com and then 2 alias for support@projectA.com and support@projectB.com ... that would work for adding tasks to 2 different Projects? If so that is perfect for me. If not, i'm still very happy with email ticket support and will just go ahead and create an full email account for each project if nessary. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
I read the doc below which helped me out but i still have a question/problem to ask.
https://github.com/digitalfondue/lavagna/blob/master/src/main/stampo/doc/03-use-lavagna/03-12-ticket-mail.en.peb.md
This is my question I have 2 projects lets call them projectA and projectB, and would like to use one email address suppport@projectA for both if possible due to limited number of emails available.
As stated above I have setup one email account called support@projectA.com which has aliases of support@projectA.com and support@projectB.com. Next I go to project mail settings and enter in the same support@projectA email username and password on the inbound and outbound mail config screens for both projectA and projectB. Then i enter ticket config for projectA and use support@projectA.com, and put it into the toDO column of ProjectA. Next for projectB i enter support@projectB.com and put it into the toDO column of ProjectB
Everything works as expected for projectA but projectB also goes into the toDO column of projectA. So my question is can this be done or do i need another email account setup for each project?
The text was updated successfully, but these errors were encountered: