Automatic Email account configuration

Today I have been testing new hosting provider for my company, they have a nice little feature for automatic Outlook Express configuration (actually a Wisepanel feature). I have succesfuly used it, and then import that conifugration to my Outlook 2007 accounts, quicker that typing everthing myself 😉

Here’s a example registry file:

REGEDIT4

[HKEY_CURRENT_USERSoftwareMicrosoftInternet Account ManagerAccountsshpanel_boo_foo_com]

"DCEmail"=dword:00000002
"POP3 Server"="mail.mailserver.com"
"POP3 Port"=dword:0000006e
"SMTP Server"="mail.mailserver.com"
"SMTP Port"=dword:00000019
"Connection Type"=dword:00000001
"SMTP Reply To Email Address"=""
"SMTP Organization Name"=""
"Account Name"="boo@foo.com"
"POP3 Timeout"=dword:0000003c
"SMTP Timeout"=dword:0000003c
"POP3 Secure Connection"=dword:00000000
"Leave Mail On Server"=dword:00000000
"POP3 Skip Account"=dword:00000000
"POP3 Prompt for Password"=dword:00000000
"SMTP Use Sicily"=dword:00000002
"SMTP Secure Connection"=dword:00000000
"SMTP Split Messages"=dword:00000000
"SMTP Prompt for Password"=dword:00000000
"POP3 User Name"="boo@foo.com"
"SMTP Display Name"="boo@foo.com"
"SMTP Email Address"="boo@foo.com"
"SMTP User Name"="boo@foo.com"

[HKEY_CURRENT_USERSoftwareMicrosoftOfficeOutlookOMI Account ManagerAccountsshpanel_boo_foo_com]

"DCEmail"=dword:00000002
"POP3 Server"="mail.mailserver.com"
"POP3 Port"=dword:0000006e
"SMTP Server"="mail.mailserver.com"
"SMTP Port"=dword:00000019
"Connection Type"=dword:00000001
"SMTP Reply To Email Address"=""
"SMTP Organization Name"=""
"Account Name"="boo@foo.com"
"POP3 Timeout"=dword:0000003c
"SMTP Timeout"=dword:0000003c
"POP3 Secure Connection"=dword:00000000
"Leave Mail On Server"=dword:00000000
"POP3 Skip Account"=dword:00000000
"POP3 Prompt for Password"=dword:00000000
"SMTP Use Sicily"=dword:00000002
"SMTP Secure Connection"=dword:00000000
"SMTP Split Messages"=dword:00000000
"SMTP Prompt for Password"=dword:00000000
"POP3 User Name"="boo@foo.com"
"SMTP Display Name"="boo@foo.com"
"SMTP Email Address"="boo@foo.com"
"SMTP User Name"="boo@foo.com"

Leave a Reply

Back to Top