The OpenD Programming Language

CheckDns

Flag for indicating if the isEmail function should perform a DNS check or not.

If set to CheckDns.no, isEmail does not perform DNS checking.

Otherwise if set to CheckDns.yes, isEmail performs DNS checking.

import std.net.isemail;
alias CheckDns = Flag!"checkDns"

Meta