1.  an MX record is a DNS entry for a mail server
2. on most systems you can use "telnet xxx.xxx.xxx.xxx 25"
3. next you would have to type "HELO"
4. VRFY or EXPN (username)

end.  SMTP 101  :)




"PEREZ, RICHARD RINGO (SBCSI)" <[EMAIL PROTECTED]> on 05/09/2001 04:35:12 PM

Please respond to [EMAIL PROTECTED]

To:   CF-Talk <[EMAIL PROTECTED]>
cc:

Subject:  RE: Pinging an email address


What is an MX record how do you do that?

-----Original Message-----
From: Dylan Bromby [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, May 09, 2001 1:19 PM
To: CF-Talk
Subject: RE: Pinging an email address


you can telnet to a mail server (they usually have exposure to the
internet).

1) lookup the MX record for a domain
2) telnet to that mail server (usually on port 25)
3) do VRFY (username) or EXPN (username)

however, those commands are unavailable sometimes for privacy/security
reasons. or...sometimes you can FINGER an address. from a command line, use
FINGER username@domain.

but that's one way to verify it exists.

you could also send an email to it and have a bot watch for undeliverable
returns. no telling how long that would take to receive though. mail
servers
are configured differently for that both on the outbound and the inbound.

--dylan

-----Original Message-----
From: Steve Reich [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, May 09, 2001 12:59 PM
To: CF-Talk
Subject: Pinging an email address


Is there a way to "ping" an email address to verify that the mailbox
exists?
It doesn't neccessarily have to be a CF routine either...

Thanks,
Steve
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to