* SPDX-License-Identifier: AGPL-3.0-only ************************************/ // crmv@161554 function gdpr_sendverify($contactid, $authtoken, $user) { $GDPRWS = GDPRWS::getInstance(); return $GDPRWS->sendVerify($contactid, $authtoken); }