mirror of
https://github.com/retailcrm/transparent-email.git
synced 2025-04-14 06:31:06 +00:00
958 B
958 B
Gordianus
Gordianus clears aliases from email address. Email John.Doe+alias@gmail.com will be transformed to johndoe@gmail.com.
Supported mailboxes
Usage
$gordianus = new \bkrukowski\Gordianus\Gordianus();
$transformedEmail = $gordianus->getPrimaryEmail('John.Doe+alias@gmail.com');