Web Hosting Talk







View Full Version : outlook e-mail account setup automation


igalro
02-13-2004, 07:32 PM
Hi,

i know only one company that selling a feature that By one click the user can create a new default email account in Outlook Express and other email clients.
you may see friendly-tech.com

i also look for this kind of thing, but for a good price or for free..
any idea?

i see it in acion - it's nice.
user just accept the active x security and he may type username and password and his account is set up in his outlook.

it can save hours on phone support.


Any ideas?

Thanks,

Igalro

CreativeLogic
02-13-2004, 08:02 PM
Doesn't CPanel still do this? If so then just take thier .reg file that they have and save it. Open it with notepad. See how they do it. Once you figure it out then make the file just like that appropriate to the correct email. If you need help let me know. I could probably help you with this.

igalro
02-13-2004, 08:05 PM
thanks you all.
i'll built an ASP app that will take the settings and build the .reg file on the fly just like it shown on the cpanel file:
REGEDIT4

[HKEY_CURRENT_USER\Software\Microsoft\Internet Account Manager\Accounts\cpdemo]
"DCEmail"=dword:00000002
"POP3 Server"="mail.cpdemo.cpanel.net"
"POP3 Port"=dword:0000006e
"SMTP Server"="mail.cpdemo.cpanel.net"
"SMTP Port"=dword:00000019
"Connection Type"=dword:00000001
"POP3 User Name"="cpdemo"
"SMTP Display Name"="cpdemo"
"SMTP Email Address"="cpdemo"
"SMTP Reply To Email Address"="cpdemo"
"SMTP Organization Name"=""
"Account Name"="cpdemo"
"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"="cpdemo"
"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\cpdemo]
"DCEmail"=dword:00000002
"POP3 Server"="mail.cpdemo.cpanel.net"
"POP3 Port"=dword:0000006e
"SMTP Server"="mail.cpdemo.cpanel.net"
"SMTP Port"=dword:00000019
"Connection Type"=dword:00000001
"POP3 User Name"="cpdemo"
"SMTP Display Name"="cpdemo"
"SMTP Email Address"="cpdemo"
"SMTP Reply To Email Address"="cpdemo"
"SMTP Organization Name"=""
"Account Name"="cpdemo"
"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"="cpdemo"
"SMTP Use Sicily"=dword:00000003
"SMTP Secure Connection"=dword:00000000
"SMTP Split Messages"=dword:00000000
"SMTP Prompt for Password"=dword:00000000


well,
it seem to be very simple.. :)

CreativeLogic
02-13-2004, 08:07 PM
Yep, if ya need it built in php let me know!

PayPalGeek
02-14-2004, 05:24 PM
any ideas how big the population of Outlook vs Outlook Express users is out there? also compared to # of users of hosted email services like Hotmail, Yahoo, AOL, etc.

trying to figure out relative size of each population for development purposes, prioritization.