Skip to content

Instantly share code, notes, and snippets.

@gonzula
Last active April 21, 2019 15:49
Show Gist options
  • Save gonzula/1b83b778b55be487e888e82213e5b227 to your computer and use it in GitHub Desktop.
Save gonzula/1b83b778b55be487e888e82213e5b227 to your computer and use it in GitHub Desktop.
func send(_ message: String, to email: String) {
guard email.isValidEmailAddress else {return}
// code that sends email
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment