GetEmailAutocorrection (open)
Suggest improvement to given suggestion
Syntax
LOADLIB "mod::system/lib/mailer.whlib";
RECORD FUNCTION GetEmailAutocorrection(STRING email)
Parameters
STRING email
Email to check (in 'user@domain' format)
Return value
RECORD
A default record if no suggestion is made
BOOLEAN blocked
If true, do not accept this email address at all
BOOLEAN force
If true, just fix the email address instead of merely suggesting
STRING suggestion
Suggested better email address