Re: [GENERAL] Build in function to verify email addresses

Поиск
Список
Период
Сортировка
От btober@computer.org
Тема Re: [GENERAL] Build in function to verify email addresses
Дата
Msg-id 1999595715.104299573.1510845219961.JavaMail.zimbra@broadstripe.net
обсуждение исходный текст
Ответ на [GENERAL] Build in function to verify email addresses  (Nick Dro <postgresql@walla.co.il>)
Список 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 по дате отправления:

Предыдущее
От: Chris Withers
Дата:
Сообщение: Re: [GENERAL] Build in function to verify email addresses
Следующее
От: Andreas Joseph Krogh
Дата:
Сообщение: Re: [GENERAL] Build in function to verify email addresses