Hy guys,
I am very interested in this feature of Mantis
http://forums.mantisbt.org/viewtopic.php?t=1105
but I don't have the possiblities to test this patch at the moment.
My question is: How does the E-Mails look like?? Is it difficult to write them, that the system can work with them? Is it a very robust system, or is it possible that a single character can crash the whole system??
C YA - []Nekro
Mail a bug to Mantis
Moderators: Developer, Contributor
-
EBY
I think that you do not fully understand what this mods does. You do not need to format your email in any pertiuliar way since there is no parsing of the body to extract issue fields. You send emails as they are and the body of the message is populated to mantis as a new issue like this:
email -> reporter
subject -> summary
body -> description
If the email address is not yet in mantis for a user, you can have mantis automatically create an account and send out a password reset / invitation email. If a user replies to an email notification he receives from there, the mod will match the issue ID in the subject of the email to an existing issue and add the content of that email as a note on that issue.
I like how this mod works, I only wish it had better support for multi part MIME messages and for attachments. I am also having problem with accentuated caracters in French, not sure if its not something I did wrong.
email -> reporter
subject -> summary
body -> description
If the email address is not yet in mantis for a user, you can have mantis automatically create an account and send out a password reset / invitation email. If a user replies to an email notification he receives from there, the mod will match the issue ID in the subject of the email to an existing issue and add the content of that email as a note on that issue.
I like how this mod works, I only wish it had better support for multi part MIME messages and for attachments. I am also having problem with accentuated caracters in French, not sure if its not something I did wrong.
-
Guest