![]() |
Finding incoming mail server by email address
hello,
I am a newbie :p I want a program to find the incoming mail server by entering an email address. for example: input: username@gmail.com result: pop.gmail.com please help! thanks |
Re: Finding incoming mail server by email address
From the mail header itself we can see the incoming mail server
|
Re: Finding incoming mail server by email address
Using the Perl's Mail::Module you can get and set the email header informations.
For further informations please visit the perl's CPAN search about Mail::Header |
Re: Finding incoming mail server by email address
thanks, can give me an example?
|
Re: Finding incoming mail server by email address
Here the sample code for extracting the header part from the mail.
Code:
use strict;Code:
$VAR1 = \bless( { |
| All times are GMT +5.5. The time now is 22:43. |