Created
April 26, 2017 10:41
-
-
Save AlexMcowkin/77daf43d849578faf350ec30acc6755d to your computer and use it in GitHub Desktop.
yii2: check if email exists
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
try { | |
// send email | |
} | |
catch (Swift_TransportException $e) { | |
// delete email | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment