|
Legacy
Platform
|
New
Platform
|
URL: http://my.1stChoiceInternational.com
|
URL: http://1stChoiceinternational.com/login.htm
|
|
Your Email Settings were
previously the following:
Email Address/ Username: email@domain.tld
Password:
your email password
Mail
Server(Incoming/Outgoing): mail.domain.tld
SMTP Authentication: Required
IMAP Port: 143
POP Port: 110
SMTP Port: 25 and 2525
|
Your New Email Settings are now
the following:
Email Address/ Username:
email@domain.tld
Password: your
email password (Minimum 4 Characters, Maximum 8 Characters. To
verify your password; login to WebsiteOS
and go to E-mail > EasyMail Setup > select Email Account)
(TBA)
Mail Server(Incoming/Outgoing):
mail.domain.tld
SMTP Authentication:
Required
IMAP Port: 143
POP Port: 110
SMTP Port: 1025 and 25
|
|
Retrieve your Legacy Mail
Email Address/ Username: email@domain.tld
Password:
your email password
Mail
Server(Incoming/Outgoing): legacymail.domain.tld
SMTP Authentication: Required
IMAP Port:
143
POP Port: 110
SMTP Port: 25
and 2525
|
We recommend that you download
(POP) your email with the Legacy Mail Settings (Please see Retrieve
your Legacy Mail ). You will have 60 days from your
listed upgrade date to retrieve mail; before the legacy mail
servers are retired.
An important note to
customers currently using third party DNS.
Please update your Zone files to reflect the following:
|
BLANK
|
IN A
|
69.49.101.51
|
|
WWW
|
IN A
|
69.49.101.51
|
|
FTP
|
IN A
|
69.49.101.51
|
|
MAIL
|
IN A
|
69.49.101.233
|
|
POP
|
IN A
|
69.49.101.233
|
|
SMTP
|
IN A
|
69.49.101.233
|
|
WEBMAIL
|
IN A
|
69.49.101.55
|
|
10
|
IN MX
|
mx1c11.megamailservers.com.
|
|
100
|
IN MX
|
mx2c11.megamailservers.com.
|
|
110
|
IN MX
|
mx3c11.megamailservers.com.
|
|
|
Web based Mail Interface: Squirrel
Mail
URL: http://mail.domain.ltd
|
Web based Mail Interface: Webmail
4.0
URL: http://webmail.domain.ltd |
|
PHP Version: 4.3.11
|
PHP Version: 5.2.4
(Click here to view phpinfo.php)
|
|
MySQL Version: 4.x.x
|
MySQL Version: 4.0.26
and 5.0.27
|
| JMail |
JMail
on our new platform would require
some modification: in your script your SMTP host needs to
changed to localhost.
'JMAIL
Dim MyMail
Set MyMail = Server.CreateObject("JMail.SMTPMail")
'MyMail.ServerAddress = "smtp.domain.tld
"
MyMail.ServerAddress = "localhost"
MyMail.Sender = "email@domain.tld"
MyMail.AddRecipient " email@domain.tld
"
MyMail.Subject = "Subject Text"
MyMail.Body = MsgBody
MyMail.Execute
Set myMail = nothing |
| |
|