From: "Nick Dro" <postgresql@xxxxxxxxxxx>
To: pgsql-general@xxxxxxxxxxxxxx
Sent: Thursday, November 16, 2017 2:56:42 AM
Subject: Build in function to verify email addressesI beleieve that every information system has the needs to send emails.Currently PostgreSQL doesn't have a function which gets TEXT and return true if it's valid email address (xxx@xxxxxxx / .co.ZZ)Do you believe such function should exist in PostgreSQL or it's best to let every user to implement his own function?
I don't mean to sound snarky, but did you even try to google search?
https://github.com/asotolongo/email
or
https://github.com/petere/pgemailaddr
-- B