STEPS TO CHANGE PASSWORD FOR EMAIL ACCOUNT IN PLESK PANEL
STEPS TO CHANGE PASSWORD FOR EMAIL ACCOUNT IN PLESK PANEL: 1. Login to plesk control panel using the url: https://domainname:8443 2. Click HOME >> click MAIL 3. Click particular mail account for which you need to change password 4. Click Preferences >> change password.
CDOSYS sample code
Microsoft discontinued CDONTS codes. Below is the sample CDOSYS code which is used for feedback or contact forms in website: dim Mailer set Mailer = server.createobject(“CDO.Message”) Mailer.From = “from@yourdomain.com” Mailer.To = “to@somebody.com” Mailer.TextBody = “Text content” Mailer.Subject = “Mail subject” with Mailer.Configuration .Fields(“http://schemas.microsoft.com/cdo/configuration/sendusing”) = 2 .Fields(“http://schemas.microsoft.com/cdo/configuration/smtpserver”) = “mail.yourdomain.com” .Fields(“http://schemas.microsoft.com/cdo/configuration/smtpserverport”) = 25 .Fields.Update end with Mailer.Send […]
PROCEDURE TO GIVE REUQEST TO STOPBADWARE.ORG
STEPS TO BE FOLLOWED TO GIVE REQUEST TO STOPBADWARE.ORG: 1. visit website http://stopbadware.org 2. and follow the below screen shots and provide a request to GOOGLE to review your website and remove the website from malware attack.
Plesk control Panel Asp.net Version Problem -Error message
For the following error message it is not configure the asp.net version properly. So that we need to configure right version Here I change version 1.1.4322.2443 to 2.2 Then these problem has been clear. Server Error in ‘/’ Application. Parser Error Description: An error occurred during the parsing of a resource required to service this […]
Windows Hosting Plesk Control Panel PHP setting problem -Error message
If PHP setting configuered worngly then it will give the follwoing error message. For resolve these problem login to plesk control page. change php support ISAPI The page cannot be found The page you are looking for might have been removed, had its name changed, or is temporarily unavailable. Please try the following: * Make […]