Sélectionner une page

Your Settings

[php]

$Email = $_POST[‘Email’];
//$Email = « rob@24365.ca »;

$parts = explode(‘@’, $Email);

$domain = $parts[1];

print « The email entered is $Email which belongs to the domain $domain « ;

//print  » Your MX(mail records) are shown below »;
getmxrr($domain, $mx_records, $mx_weight);

// Put the records together in a array we can sort
for($i=0;$i $records[0] »;

if ($records[0] == « mail2.dido.ca ») {
//echo «  You are on New Infrastrucutre also know as new servers Please check your settings in GREEN by clicking here« ;

print « Below are the email settings for any client of Dido Internet Inc. This can be a hosting of your domain name or a simple user@dido.ca account. »;

print « *** Please note we no longer support non encrypted connections for your own privacy and security.« ;
print  »

« ;
print  »

« ;
print  »

« ;
print  »

« ;
print  »

« ;
print  »

« ;
print  »

« ;
print  »

« ;
print « 

« ;
print  »

« ;
print  »

« ;
print  »

« ;
print  »

« ;
print  »

« ;
print  »

« ;
print « 

« ;
print  »

« ;
print  »

« ;
print  »

« ;
print  »

« ;
print  »

« ;
print  »

« ;
print « 

« ;
print  »

« ;
print  »

« ;
print  »

« ;
print  »

« ;
print  »

« ;
print  »

« ;
print « 

« ;
print « 

« ;
print « 

Port Authentication Encryption Type Server Name
SMTP 587 username@domain.com STARTTLS mail2.dido.ca
IMAP 993 username@domain.com SSL/TLS mail2.dido.ca
POP3 995 username@domain.com SSL?TLS mail2.dido.ca

« ;
print « PLEASE REPLACE username@domain.com WITH YOUR ACTUAL EMAIL ADDRESS »;
print « So for instance if you have a dido.ca email your email address for authentication would be,  your_username@dido.ca »;
print « If you have a domain/web hosting account with us, say superchute.com then your authentication email would be your_username@superchute.com »;

// more stuff here

print « 

« ;
print « 

« ;
print « 

« ;
print « 

« ;
print « 

« ;
print « 

« ;
print « 

« ;
print « 

« ;
print « 

« ;
print « 

« ;
print « 

« ;
print « 

« ;
print « 

« ;
print « 

« ;
print « 

« ;
print « 

« ;
print « 

« ;
print « 

« ;
print « 

« ;
print « 

« ;
print « 

« ;
print « 

« ;
print « 

« ;
print « 

 More Helpful Support & Information Links
Control Panel Access WebMail
MySQL Admin  Speed Test
Bandwidth Usage Remote Support Help
DNS Information

« ;

}else {
//echo «  You are on old infrastrucutre also known as the old servers Please check your settings in RED by clicking here« ;

print « Below are the email settings for any client of Dido Internet Inc. This can be a hosting of your domain name or a simple user@dido.ca account. »;

print  »

« ;
print  »

« ;
print  »

« ;
print  »

« ;
print  »

« ;
print  »

« ;
print  »

« ;
print  »

« ;
print « 

« ;
print  »

« ;
print  »

« ;
print  »

« ;
print  »

« ;
print  »

« ;
print  »

« ;
print « 

« ;
print  »

« ;
print  »

« ;
print  »

« ;
print  »

« ;
print  »

« ;
print  »

« ;
print « 

« ;
print  »

« ;
print  »

« ;
print  »

« ;
print  »

« ;
print  »

« ;
print  »

« ;
print « 

« ;
print « 

« ;
print « 

Port Authentication Encryption Type Server Name
SMTP 587 username@domain.com STARTTLS mail.dido.ca
IMAP 993 username@domain.com SSL/TLS mail.dido.ca
POP3 110 username@domain.com NA mail.dido.ca

« ;
print « PLEASE REPLACE your_username@domain.com WITH YOUR ACTUAL EMAIL ADDRESS »;
print « So for instance if you have a dido.ca email your email address for authentication would be,  your_username@dido.ca »;
print « If you have a domain/web hosting account with us, say superchute.com then your authentication email would be your_username@superchute.com »;

print « 

« ;
print « 

« ;
print « 

« ;
print « 

« ;
print « 

« ;
print « 

« ;

print « 

« ;
print « 

« ;
print « 

« ;
print « 

« ;

print « 

« ;
print « 

« ;
print « 

« ;
print « 

« ;
print « 

« ;
print « 

« ;
print « 

« ;
print « 

« ;
print « 

« ;
print « 

« ;
print « 

« ;
print « 

« ;
print « 

« ;
print « 

 More Helpful Support & Information Links
Control Panel Access WebMail
MySQL Admin  Speed Test
Bandwidth Usage Remote Support Help
DNS Information Vacation Email Setup

« ;
}

[/php]