Age of Email Address

Hi guys…

Is there a way to detect the age of an email address? I’d like to know when an email address was created for a project I’m working on.

Thanks,
Alex

You could probably check the companies website on your account page, and if that doesn’t show it try contacting them.

@Assasain - thanks, but I’m looking for a way to do it automatically in PHP for example.

You’d have to get that information from the email server and through a means other than POP or (I assume) IMAP. I say I assume because I’ve never worked with IMAP.