Re: Build in function to verify email addresses

From: Chris Withers <chris(at)simplistix(dot)co(dot)uk>
To: Nick Dro <postgresql(at)walla(dot)co(dot)il>, pgsql-general(at)postgresql(dot)org
Subject: Re: Build in function to verify email addresses
Date: 2017-11-16 14:55:18
Message-ID: 2ac49ebc-01c1-4b92-7664-815eb469ab77@simplistix.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I'm pretty sure this isn't as simple as you think it is, I'd suggest
having a good read of:

https://stackoverflow.com/a/201378/216229

Chris

On 16/11/2017 07:56, Nick Dro wrote:
> 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?

In response to

Browse pgsql-general by date

  From Date Subject
Next Message btober@computer.org 2017-11-16 15:13:39 Re: Build in function to verify email addresses
Previous Message Pavel Stehule 2017-11-16 08:05:00 Re: Build in function to verify email addresses