File Manager
Back to List
| Current Directory: ~/
Editing: testmail.asp
Full path: C:\ict\ICT\testmail.asp
Permissions: rwx
Write test: File appears not directly writable
Current process identity: IIS APPPOOL\DefaultAppPool
<% orsdata.open sqldata,conn,1,3 set myMail=CreateObject("CDO.Message") myMail.Subject="Sending email with CDO" myMail.Form="wasasnaw@swu.ac.th" myMail.to="wassana_80@hotmail.com" myMail.TextBody="Test" MyMail.send set myMail=nothing %>