|
-
Oct 2nd, 2000, 08:46 PM
#1
Thread Starter
Lively Member
Does anyone know how to implement the SendMail() Object of Server-Side JavaSCript Programming. I know about the 'To', 'From' etc. Properties, but when i uploaded it into my 50megs server. It just displayed the code and nothing happened. Since, it's server-side programming do i need to save it as an asp file because i saved mine as an html file. this was the code i put in:
<html>
<body>
<server>
SMName = new SendMail();
SMName.To = "[email protected]";
SMName.From = "[email protected]";
SMName.Subject = "Here's the information you wanted";
SMName.Body = "sharm, maldives, phuket, coral sea, taveuni, maui,
cocos island, marathon cay, san salvador";
SMName.send();
</server>
</body>
</html>
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|