Questions tagged [email-address]

An email address identifies an email box to which email messages are delivered.

The universal standard for the format and meaning of an email address today is the model developed for Internet electronic mail systems since the 1980s, but some earlier systems, and many proprietary commercial email systems used different address formats.

201 questions
-2
votes
1 answer

Create new mail addresses on mail server using PHP $_POST data

We have a mail server and we want to create new mail addresses with user submitted details. Is it possible to do it with php?
Rakhitha Nimesh
  • 1,393
  • 2
  • 16
  • 26
-2
votes
1 answer

Is it possible to fetch email address of facebook restaurant (or any individual category) page owners?

Is it possible to fetch email address for facebook restaurant (or any individual category) page owners? I want email addresses of all the restaurant page owners.
Jaron S.
  • 81
  • 3
  • 10
-2
votes
2 answers

Automatic e-mail extraction in Java

How can I scan for potential e-mail addresses in a text file using Java?
kiran
  • 22
  • 1
  • 2
-2
votes
2 answers

Simple encryption of an email address that will be in my querystring

The goal of this is not for security, but for obscurity so the casual user will not be able to determine what the email address is. I don't want to display an email address in the URL like: www.example.com/?id=johnsmith@example.com I would like to…
Blankman
  • 259,732
  • 324
  • 769
  • 1,199
-3
votes
1 answer

Java 8/11+ validate email address syntax w/o Pattern?

Edit: Apparently, what I've done here is taboo. C'est la vie. I know there are at least as many answers to this on SO as there are RFCs for email, and I have my own answer to this question, which I want to put out into the world for feedback. How…
hagemt
  • 328
  • 5
  • 12
-4
votes
2 answers

Find email address between specific substring and semicolon

I'd like to extract the email address frim this string: ezeze smtp.mailfrom=mymail@gmail.com; rerer How should I write my regex in preg_match to find the email?
user4546765
  • 65
  • 1
  • 6
1 2 3
13
14