Difference between revisions of "Blacklist removeEmails"
Nguyenduyan (talk | contribs) |
|||
Line 19: | Line 19: | ||
<source lang="javascript"> | <source lang="javascript"> | ||
− | array emails = {" | + | array emails = {"testemail1@test.com", "testemail2@test.com"}; |
Blacklist_removeEmails(emails);//2 | Blacklist_removeEmails(emails);//2 | ||
</source> | </source> |
Latest revision as of 06:24, 18 September 2023
Blacklist_removeEmails
Remove emails out of Balcklist
Syntax
Blacklist_removeEmails(array emails);
Arguments
emails: array. Array of emails string
Return type
Number
Example
array emails = {"testemail1@test.com", "testemail2@test.com"};
Blacklist_removeEmails(emails);//2