Toggle menu
868
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.


Blacklist_checkExist

Check whether emails existed on Backlist

Syntax

Blacklist_checkExist(array emails);

Arguments

emails: array. Array of emails string

Return type

Dictionary

Example

array emails = {"an4@test.com", "an6@test.com"};
Blacklist_checkExist(emails);//{"an4@test.com": False, "an6@test.com": True}