Search found 1 match

by ellismatt
Mon Sep 01, 2003 12:20 pm
Forum: PHP - Code
Topic: How to find the email server for an email address
Replies: 4
Views: 3325

How to find the email server for an email address

I'm stuck!
I need a script which can take an email address and find the pop server and appropriate port for it.

So far I've tried splitting the email to get the domain then using getmxrr(), but fsockopen() rarely works with the addresses this returns.

any ideas?