look into delivery server usage logsHow i can check transnational emails ? i know this: /backend/transactional-emails/index
but it's not show test email, welcome email, subscribe confirm email and other ...
If you want to prevent from subscription spam, there are at least half a dozen methods to achieve that, listed in another post, some of them are:But Imagine we have public form, and Spammers attacked, we can't monitor it ! i think it was better "delivery-servers-usage-logs" contain request IP, it's able us monitor spammer.
Do you know some methods that do not limit customers?all of these method limit our customer
Perhaps try to use it only if the request is from the same IP within a short period of time.We know that recapcha would be good but not for all purpose.
Good idea!"delivery servers usage logs" should be better contain "Request IP, and if its request from local, set null"
Still needs some code to automate prevention, or do you just manually make lookups?I think my problem got solve.
"mw_list_subscribe" table, solve all problem for me , I don't know why i'm not consider this.
The convenience of customers = Difficulty to managment, So manully blocking Spammer IPs.Do you know some methods that do not limit customers?
Perhaps try to use it only if the request is from the same IP within a short period of time.
Good idea!
And perhaps have a filter and link on the IPs to block them.
Still needs some code to automate prevention, or do you just manually make lookups?