I'm trying to find a way in order to retrieve POP3/IMAP/SMTP parameters for a specific e-mail server. What I would like to do is the following: given any e-mail address, such as [email protected]/it/etc, retrieve the correct POP3/IMAP settings in order to retrieve e-mails from that account and SMTP settings in order to send e-mails from that account.
Practically, what I search is a way to retrieve the server parameters needed in order to send and receive emails, that is, I search the same function that some e-mail client normally do when you create a new account.
Thanks in advance.