-
SMTP Server Name
Hi All,
I am using a Win 2k8 box and trying to find the Default SMTP address of the machine.
I cant find anything in the registry that can give me the SMTP Address.
I tried searching in the registry entry : \Software\Microsoft\Internet Account Manager
but no luck.
I can't use third party assemblies. Need standard C++ code.
Any help will be appreciated.
Thanks
Sagar
-
Re: SMTP Server Name
Just search for SMTP in registry!
I've found a lot of SMTP data in:
HKEY_CURRENT_USER\Software\Microsoft\Internet Account Manager\Accounts\00000003
HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Windows Messaging Subsystem\Profiles\<user name>\9375CFF0413111d3B88A00104B2A6676\00000004
-
Re: SMTP Server Name
Well, that's only if you've already configured something (Outlook, Thunderbird, etc.) to enter the data. A fresh Windows install will not have a "default SMTP server" in the registry.
Viggy
-
Re: SMTP Server Name
Thanx all for the help .... :) ..
Appreciate it