Hello Everyone,
Does anyone let me know if someone sends and email if this user is not registered yet, the MantisBT not to open a ticket-issues for this user ?
I mean, the user must be registered first and then if he sends an email the system to open ticket from this email.
Thank you in advance.
Alex
Not to Create Ticket from Email
Moderators: Developer, Contributor
Re: Not to Create Ticket from Email
Please read the documentation that comes with the plugin.
The user does not need to be registered if you configure the plugin that way
The user does not need to be registered if you configure the plugin that way

-
- Posts: 26
- Joined: 18 Jan 2021, 09:10
Re: Not to Create Ticket from Email
You didn't probably read my question clearly.
What I want is:
If I am not registered user and if I send an email, the MantisBT not open a ticket.
The normal behaviour if I am registered:
Is to open a ticket either with my email address or as Mailer3647 user account for example.
What I want to know is, if the user is not registered, if he sends an email, MantisBT not to open a ticket to unregistered users, is that possible ?
Thanks a lot.
What I want is:
If I am not registered user and if I send an email, the MantisBT not open a ticket.
The normal behaviour if I am registered:
Is to open a ticket either with my email address or as Mailer3647 user account for example.
What I want to know is, if the user is not registered, if he sends an email, MantisBT not to open a ticket to unregistered users, is that possible ?
Thanks a lot.
Re: Not to Create Ticket from Email
not sure but you can set "no auto create users" and set fallback to to generic reporter "off". Perhaps then no ticket is created.
-
- Posts: 26
- Joined: 18 Jan 2021, 09:10
Re: Not to Create Ticket from Email
Thank you for your reply.
Yes I know that there is an option not to auto register new email addresses and that I can turn off the set fallback to to generic reporter "off".
But,
Is there any solution that the MantiBT checks first if the email is already registered ?
If yes = open the ticket
if no = do not create ticket
Does anyone else knows that ?
Thank you in advance.
Yes I know that there is an option not to auto register new email addresses and that I can turn off the set fallback to to generic reporter "off".
But,
Is there any solution that the MantiBT checks first if the email is already registered ?
If yes = open the ticket
if no = do not create ticket
Does anyone else knows that ?
Thank you in advance.
Re: Not to Create Ticket from Email
Hi what you want is the following
Use only default reporter user for issues created by email -> No
Enable fallback to default reporter -> No
Signup new users automatically (possible security risk!, see documentation) -> No
This way EmailReporting will check whether the user exists based on the from email address
If the user does not exist EmailReporting is not allowed to create the user so it checks the fallback.
It's not allowed to use the fallback so EmailReporting will ignore the email and based on "Delete processed email from the mailbox" will either delete or ignore the email in the future
Keep in mind that EmailReporting will not check the email twice. This could result in Emails being lost if the user is not found
Use only default reporter user for issues created by email -> No
Enable fallback to default reporter -> No
Signup new users automatically (possible security risk!, see documentation) -> No
This way EmailReporting will check whether the user exists based on the from email address
If the user does not exist EmailReporting is not allowed to create the user so it checks the fallback.
It's not allowed to use the fallback so EmailReporting will ignore the email and based on "Delete processed email from the mailbox" will either delete or ignore the email in the future
Keep in mind that EmailReporting will not check the email twice. This could result in Emails being lost if the user is not found
-
- Posts: 26
- Joined: 18 Jan 2021, 09:10
Re: Not to Create Ticket from Email
Thank you for your reply.
I will try the solution you are referring to and I will let you know the results.
Thank you in advance.
I want the MantisBT only to fetch - create notes for registered emails accounts.
If it is the first time that a user sends an email and if he is not registered(the email is not registered), the system must ignore this email and do not fetch create a ticket.
Only registered email address should be able to email and automatically MantisBT open a new ticket.
I will try the solution you are referring to and I will let you know the results.
Thank you in advance.
I want the MantisBT only to fetch - create notes for registered emails accounts.
If it is the first time that a user sends an email and if he is not registered(the email is not registered), the system must ignore this email and do not fetch create a ticket.
Only registered email address should be able to email and automatically MantisBT open a new ticket.