Hello,
Looking for a script to automate the installing of a mail account in:
OUTLOOK 2000, 2002, 2003
and
OUTLOOK EXPRESS 5 AND 6
It can be done by an INS file, but how does it works ???
A lot of ISP are using this method to do it.
tia
redman
Page 1 of 1
Looking script to automatic mail account creation
#2
Posted 04 November 2004 - 04:55 AM
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[/COLOR]"
"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:00000000
Hope this help's
Hail Hail
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[/COLOR]"
"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:00000000
Hope this help's
Hail Hail
Attached File(s)
-
myemail.reg (1.98K)
Number of downloads: 56
#3
Posted 04 November 2004 - 06:40 AM
Redman,
I believe you are looking for something like this?
http://www.microsoft.com/office/ork/2003/j...epaperintro.htm
http://www.microsoft.com/office/ork/2003/t.../ch7/OutB03.htm
I believe you are looking for something like this?
http://www.microsoft.com/office/ork/2003/j...epaperintro.htm
http://www.microsoft.com/office/ork/2003/t.../ch7/OutB03.htm
#5
Posted 08 September 2008 - 12:37 AM
Thanks for the help
I am looking similar in a script type. where i can get username / domain from user ?
I am looking similar in a script type. where i can get username / domain from user ?
#7
Posted 08 September 2008 - 01:18 AM
haha.. funny.
I mean. getting input from the user.
I mean. getting input from the user.
Share this topic:
Page 1 of 1



Help
Back to top









