From: | "btober(at)computer(dot)org" <btober(at)broadstripe(dot)net> |
---|---|
To: | Nick Dro <postgresql(at)walla(dot)co(dot)il> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: Build in function to verify email addresses |
Date: | 2017-11-16 15:13:39 |
Message-ID: | 1999595715.104299573.1510845219961.JavaMail.zimbra@broadstripe.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
----- Original Message -----
From: "Nick Dro" <postgresql(at)walla(dot)co(dot)il>
To: pgsql-general(at)postgresql(dot)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(at)YYY(dot)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
From | Date | Subject | |
---|---|---|---|
Next Message | Andreas Joseph Krogh | 2017-11-16 15:44:38 | Re: Build in function to verify email addresses |
Previous Message | Chris Withers | 2017-11-16 14:55:18 | Re: Build in function to verify email addresses |