php - Is there a tool that can tell a domain's IMAP or POP3 address? -


i'm building web email client , i'm interested in easy ways figure out imap or pop3 emails. there tool figure out?

i'm assuming if not, best bet

try { imap.domain.com }  catch{          try { mail.domain.com }          catch { ...etc ... } }  

there no way. best bet try domain of e-mail, plus usual prefixes, suggest. then, imap server may running in non-standard port; have no way of knowing.


Comments

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -