Its an issue becouse when the cron runs, the user will recieve more than one email. *the same email* more than one time
In the case the user only click one time in "send email" button, the user will recieve only one email.
Its an issue becouse when the cron runs, the user will recieve more than one email. *the same email* more than one time
In the case the user only click one time in "send email" button, the user will recieve only one email.
You need to change the text on that page in the language file to tell them not to click more than once. Oxwall cannot control how many times they click on that.
but it can check if there is a previous schedulder email of the "validate email" type maybe?
otherwise this is a serious flag, becouse someone can flood the service and the hosting provider can block the smtp emails for exceed the emails per days , this is a common restriction.
You need to change the text on that page in the language file to tell them not to click more than once. Oxwall cannot control how many times they click on that.
but it can check if there is a previous schedulder email of the "validate email" type maybe?
otherwise this is a serious flag, becouse someone can flood the service and the hosting provider can block the smtp emails for exceed the emails per days , this is a common restriction.
1) event trigger to add a cron job task
2) check if the task is not in queue
2.1) if its in queue ignore it
2.2) if it not in queue add it
I propose this, becouse:
1) i need email verification to be sure the email its correct and the user recieve his notifications
2) we never can rely on a messege to a dummy user to NOT make something more than one time
You need to change the text on that page in the language file to tell them not to click more than once. Oxwall cannot control how many times they click on that.Dave +1
Mariano, you can make a suggestion on uservoice: https://developers.oxwall.com/roadmap
otherwise this is considered as a custom code modification.
Guys, we have reported the issue to our devs, it will be fixed asap.
Note that if you do know how to fix a bug you found, you can make a pull request to our public repository on github:https://github.com/oxwall.