lacking_imagination 0 Report post Posted February 8, 2005 I think it would be nice if email accounts here were pop accessable. I surf through a tmobile sidekick 2, and believe me, its impossible to check my email through it. Pop would let my sk mail client access it. It might be worth looking at and might bring more people inpeaceAaron Share this post Link to post Share on other sites
NilsC 0 Report post Posted February 8, 2005 They are pop accessible, you just have to setup your MX record and make sure that it doesnât have a cname. This code is to setup outlook express to send and receive pop3 email.If you use this it will make changes to your registry, do not make changes unless you backed up the registry. Any changes to the registry may render your computer "useless" blah, blah, blah... all warnings said. (no instructions on how to run this, if you don't know how. I ain't gonna tell) use with caution and edit to fit. REGEDIT4 [HKEY_CURRENT_USER\Software\Microsoft\Internet Account Manager\Accounts\your-email@yourdomain.astahost.com] "DCEmail"=dword:00000002 "POP3 Server"="mail.yourdomain.astahost.com" "POP3 Port"=dword:0000006e "SMTP Server"="mail.yourdomain.astahost.com" "SMTP Port"=dword:00000019 "Connection Type"=dword:00000001 "POP3 User Name"="your-email@yourdomain.astahost.com" "SMTP Display Name"="your-email@yourdomain.astahost.com" "SMTP Email Address"="your-email@yourdomain.astahost.com" "SMTP Reply To Email Address"="your-email@yourdomain.astahost.com" "SMTP Organization Name"="" "Account Name"="your-email@yourdomain.astahost.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 User Name"="your-email@yourdomain.astahost.com" "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\your-email@yourdomain.astahost.com] "DCEmail"=dword:00000002 "POP3 Server"="mail.yourdomain.astahost.com" "POP3 Port"=dword:0000006e "SMTP Server"="mail.yourdomain.astahost.com" "SMTP Port"=dword:00000019 "Connection Type"=dword:00000001 "POP3 User Name"="your-email@yourdomain.astahost.com" "SMTP Display Name"="your-email@yourdomain.astahost.com" "SMTP Email Address"="your-email@yourdomain.astahost.com" "SMTP Reply To Email Address"="your-email@yourdomain.astahost.com" "SMTP Organization Name"="" "Account Name"="your-email@yourdomain.astahost.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 User Name"="your-email@yourdomain.astahost.com" "SMTP Use Sicily"=dword:00000003 "SMTP Secure Connection"=dword:00000000 "SMTP Split Messages"=dword:00000000 "SMTP Prompt for Password"=dword:00000000 Exchange your-email@yourdomain.astahost.com for the correct email address and the same for the MX record mail.yourdomain.astahost.com.If you have your MX record setup correctly you can access pop3 to receive and use the smtp to send email. You can set the same thing up manually on any email program.Hope this helps. Nils Share this post Link to post Share on other sites