addition of identical emails in one leaf

xlaber

Member
Good afternoon, how to make possible to add the repeating emails to the list? and we weed for check of uniqueness to make the additional field with unique number?
 
Good afternoon, how to make possible to add the repeating emails to the list? and we weed for check of uniqueness to make the additional field with unique number?
When someone tries to subscribe, mwz checks if the email already exists in that particular list, and if so, this will be displayed.
 
Thanks, I understand this. Is it possible to set to test the existence of a record, through a unique id field? Or create an entry in the field e-mail id@mail.com, and e-mail for example in the "name" field, but how do you send emails to the email field?
 
Is it possible to set to test the existence of a record
It is being tested when a subscription request (e.g. via web sign-up form) takes place. To see this, just do a test by subscribing an email address of your own, and then try to do the same again, so it will display "The email address is already registered in the list..."
If you wish to test by another app, you might want to use the app's api.

Or create an entry in the field e-mail id@mail.com, and e-mail for example in the "name" field, but how do you send emails to the email field?
Not sure what you mean. In any case, you can use tiggers/routines in phpMyAdmin for various database task you wish to automate also in combination with the mwz api.
 
Back
Top