Re: [GENERAL] Build in function to verify email addresses - Mailing list pgsql-general

From btober@computer.org
Subject Re: [GENERAL] Build in function to verify email addresses
Date
Msg-id 1999595715.104299573.1510845219961.JavaMail.zimbra@broadstripe.net
Whole thread Raw
In response to [GENERAL] Build in function to verify email addresses  (Nick Dro <postgresql@walla.co.il>)
List pgsql-general



From: "Nick Dro" <postgresql@walla.co.il>
To: pgsql-general@postgresql.org
Sent: Thursday, November 16, 2017 2:56:42 AM
Subject: [GENERAL] Build in function to verify email addresses

I 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@YYY.com / .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




pgsql-general by date:

Previous
From: Chris Withers
Date:
Subject: Re: [GENERAL] Build in function to verify email addresses
Next
From: Andreas Joseph Krogh
Date:
Subject: Re: [GENERAL] Build in function to verify email addresses