Redman Posted November 3, 2004 Posted November 3, 2004 Hello,Looking for a script to automate the installing of a mail account in:OUTLOOK 2000, 2002, 2003andOUTLOOK EXPRESS 5 AND 6It can be done by an INS file, but how does it works ???A lot of ISP are using this method to do it.tiaredman
brian873 Posted November 4, 2004 Posted November 4, 2004 RedMan, This should get you setup with a mail account.Here are the contents of the file attached. Change all in green or remove them if you dont need the option. This creates everything and just needs a password the first time you check the account. REGEDIT4 [HKEY_CURRENT_USER\Software\Microsoft\Internet Account Manager\Accounts\YOURNAME] "DCEmail"=dword:00000002 "POP3 Server"="pop.yourmailserver.com" "POP3 Port"=dword:0000006e "SMTP Server"="smtp.yourmailserver.com" "SMTP Port"=dword:00000019 "Connection Type"=dword:00000001 "POP3 User Name"="USERAME.HERE" "SMTP Display Name"="SMTP NAME HERE" "SMTP Email Address"="EMAIl@ADDRESS.COM" "SMTP Reply To Email Address"="EMAIl@ADDRESS.COM" "SMTP Organization Name"="ORGANIZATION NAME" "Account Name"="YOUR EMAIL ACCOUNT" "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 User Name"="USERNAME" "SMTP Use Sicily"=dword:00000003 "SMTP Secure Connection"=dword:00000000 "SMTP Split Messages"=dword:00000000 "SMTP Prompt for Password"=dword:00000000 [HKEY_CURRENT_USER\Software\Microsoft\Office\Outlook\OMI Account Manager\Accounts\YOURNAME] "DCEmail"=dword:00000002 "POP3 Server"="pop.yourmailserver.com" "POP3 Port"=dword:0000006e "SMTP Server"="smtp.yourmailserver.com" "SMTP Port"=dword:00000019 "Connection Type"=dword:00000001 "POP3 User Name"="USERNAME" "SMTP Display Name"="DISPLAY NAME" "SMTP Email Address"="EMAIl@ADDRESS.COM" "SMTP Reply To Email Address"="EMAIl@ADDRESS.COM" "SMTP Organization Name"="ORGANIZATION NAME" "Account Name"="ACCOUNT NAME" "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 User Name"="USERNAME" "SMTP Use Sicily"=dword:00000003 "SMTP Secure Connection"=dword:00000000 "SMTP Split Messages"=dword:00000000 "SMTP Prompt for Password"=dword:00000000Hope this help'sHail Hailmyemail.reg
aresgodofwar Posted November 4, 2004 Posted November 4, 2004 Redman, I believe you are looking for something like this?http://www.microsoft.com/office/ork/2003/j...epaperintro.htmhttp://www.microsoft.com/office/ork/2003/t.../ch7/OutB03.htm
balaji_vp Posted September 8, 2008 Posted September 8, 2008 Thanks for the helpI am looking similar in a script type. where i can get username / domain from user ?
balaji_vp Posted September 8, 2008 Posted September 8, 2008 haha.. funny. I mean. getting input from the user.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now