Hi Guys,
I have just signed up for a VPS plan which using Plesk as control panel.
I have an ASP code which simply:
Dim myMail
dim mailmessage
Set myMail=CreateObject("CDO.Message")
myMail.Subject="Sending email with CDO"
myMail.From="xxxx@mydomain.com"
myMail.To="bbb@mydomain.com"
myMail.CreateMHTMLBody "Testing"
myMail.Send
The Error that i received:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator to inform of the time the error occurred and of anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Anyone can teach me how to solve it?
Thanks
Alvin